Command Line File & Folder Manipulation

  This time I will run through a few of the useful tasks that can be accomplished via the command line regarding file and folder manipulation cp used to copy a file or folder, some examples of usage are below cp donkey.txt monkey.txt this will copy a file called donkey.txt and call the copy monkey.txt …