Przeciągam ciąg z wielu plików, ale niepożądanym efektem ubocznym jest nazwa pliku poprzedzająca wyjście. Jak mogę ukryć nazwy plików wyjściowych używając tylko 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.
Rozwiązałem problem na razie za pomocą cat lpNet * | grep lp Zastanawiam się tylko, czy istnieje bardziej skuteczna ścieżka do uzyskania tego samego efektu