How to copy files from one folder to another using unix command line (the rsync way)? (Basic usage)
Copying files around is probably one of the most common reasons why we create bash files. We could be using unix cp but there are more powerful ways available. The…