Expand description
Additional Shell Utilities
Implements find, grep, wc, head, tail, and other common Unix utilities.
Structs§
- Diff
Command - Diff command - compare files
- Find
Command - Find command - search for files
- Grep
Command - Grep command - search file contents
- Head
Command - Head command - show first lines of file
- Sort
Command - Sort command - sort lines of text
- Tail
Command - Tail command - show last lines of file
- Uniq
Command - Uniq command - report or omit repeated lines
- WcCommand
- Word count command
Functions§
- register_
utils - Register all utility commands with the shell