Linux Advanced Command And Unix linux difference.
Feb 8, 2024 路 1 min read 路 1.Grep: grep [options] pattern file Search for patterns in files and output lines containing matches. 2.awk: awk '{print $1}' file A versatile text processing tool for pattern scanning and processing. 3.find: find /path/to/search -name "filename". Se...
Join discussion


