Saya menerima string dari banyak file, tetapi satu efek samping yang tidak diinginkan, adalah nama file yang mendahului output. Bagaimana saya bisa menekan output nama file hanya menggunakan 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.
Saya telah memecahkan masalah untuk saat ini menggunakan cat lpNet * | grep lp Saya hanya ingin tahu apakah ada jalan yang lebih efisien untuk memiliki efek yang sama