Rankings are calculated based on verified user reviews, recency of updates, and community voting weighted by user reputation score.
No tags available
awk is a powerful pattern-scanning and processing language designed specifically for text manipulation. It excels at columnar dataprocessing data field by field (columns) based on delimiters. While mo...
sed (Stream Editor) is the classic tool for non-interactive text transformation. It reads text line by line, applies specified edits (like search-and-replace), and prints the result to standard output...
grep remains the fundamental tool for pattern matching across text files. While newer tools like ripgrep offer speed advantages, grep's ubiquity and simplicity mean it is often the first tool reached...
The find utility is the definitive tool for locating files and directories based on complex criteria like modification time, owner, size, or name pattern. While `ls` shows what's there now, `find` all...
You're subscribed! We'll notify you about new Unix Utility.