Я вітаю рядок з декількох файлів, але один небажаний побічний ефект - це ім'я файлу, що відповідає попередньому виходу. Як я можу придушити вихідні файли, використовуючи лише grep?
$ grep -i lp lpNet*
lpNet:This was printed via the internet using the lp command.
lpNet:I believe lp doesnt care what the device is.
lpNet1:This was printed via the internet using the lp command.
lpNet1:I believe lp doesnt care what the device is.
lpNet2:This was printed via the internet using the lp command.
lpNet2:I believe lp doesnt care what the device is.
lpNet3:This was printed via the internet using the lp command.
lpNet3:I believe lp doesnt care what the device is.
Наразі я вирішив проблему, використовуючи cat lpNet * | grep lp Мені просто цікаво, чи існує більш ефективний шлях для того ж ефекту