Bulk rename a batch of files
Rename many files at once with a plain bash loop, safely handling spaces and previewing changes before committing.
Short, task-oriented how-tos: problem, solution, explanation.
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.
Identify the process bound to a TCP port that's refusing to let a service start, then stop it.
Watch a log file as new lines are written, filter it live, and keep watching across log rotation.