Tôi đang lấy một chuỗi từ nhiều tệp, nhưng hiệu ứng phụ không mong muốn, là tên tệp đặt trước đầu ra. Làm cách nào tôi có thể chặn đầu ra tên tệp chỉ bằng 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.
Tôi đã giải quyết vấn đề bây giờ bằng cách sử dụng cat lpNet * | grep lp Tôi chỉ tự hỏi liệu có một con đường hiệu quả hơn để có hiệu quả tương tự