How to find a list of all files that end in multiple extensions using the Linux command line Use this command: find /home/domain/public_html/ -type f -iname ‘*.jpg’ -or -iname ‘*.pdf’ Read More
rsync Cheat Sheet Background rsync is powerful and easy to use utility to keep files in sync between two servers. The principal way of rsync‘s command structure is Read More
How to sort files in Linux in date order Use the following flags with ‘ls’ to control the directory date sort order: ls -lat -l is for long style -a is for all (including Read More