Posts
Page 65 of 65
-
Directory FileCount
Count files in a directory (recursively or not) with find, ls, and tree, quick one-liners for when du just isn't telling you enough.
· Updated:6 min read -
Archive & Compression utilities
tar, gzip, bzip2, xz, zip, demystified. When to use each compression tool, speed vs ratio trade-offs, and the flags you'll actually need.
5 min read -
Sed 101
sed is the stream editor for making text substitutions, deletions, and insertions in files, the patterns you'll use 90% of the time.
· Updated:5 min read