How to Use awk to Search for a Pattern in a File
The command 'awk '/cop-mancar/' < 1.txt' is used to search for the pattern 'cop-mancar' in the file '1.txt' using the 'awk' command. The output will display any lines in the file that contain the specified pattern.
原文地址: http://www.cveoy.top/t/topic/dvGJ 著作权归作者所有。请勿转载和采集!