Linux Copy File But Faster

If you want to copy a file on Linux, it has the potency to be a pain in the ass. Long path and file names can take a long time to type, but more importantly, they can be error prone. That’s why this command is super usefl:

cp /etc/nginx/sites-available/default{,.backup}