Copy thousands of files with rsync
Published July 29, 2024
Copy multiple files from one machine to another with rsync.
Harness the Combinatoric Power of Command-Line Tools and Utilities
Published July 29, 2024
Copy multiple files from one machine to another with rsync.
Published May 31, 2024
Set CDPATH to access common directories quickly.
Published May 17, 2024
Use the lsof
command to quickly see open network connections and their TCP state without DNS lookups.
Published May 17, 2024
Use the less
command to follow and monitor log files in real-time and navigate system logs in your terminal.
Published May 17, 2024
Use the find
and sort
commands to search a directory for the most recently modified files and sort them by modification time.
Published May 17, 2024
Use brace expansion in the terminal to create multiple files or directories with a single command, saving time and effort.
Published May 14, 2024
Use a Bash for
loop and the mv
command to batch rename files in the terminal, changing file extensions efficiently.
Published January 27, 2019
Display a quick calendar from your command line.
Published January 26, 2019
Explore the date command. Format dates and find dates in the future and in the past.
Published January 23, 2019
Use the mkdir command and brace expansion to create a complex directory structure in a single command.
Published January 21, 2019
Explore three ways to create files using the CLI