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 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.