find
Tested find examples: name and type filters, size and age, permissions, -exec vs -delete, and safe scripting patterns.
Working with files and directories
Tested find examples: name and type filters, size and age, permissions, -exec vs -delete, and safe scripting patterns.
Tested tar examples: create, list, and extract archives, choose a compression format, and verify integrity.
Rename many files at once with a plain bash loop, safely handling spaces and previewing changes before committing.
Transfer a file or directory tree between two machines with scp or rsync, and resume an interrupted transfer without starting over.
Locate what's actually eating your disk space, from a whole filesystem down to one directory.