April 1, 20233 yr Greetings, I need to know how to modify this command so that it copies all the *files* in the parent folder without copying all the sub-directories. If I use "-R" it will copy all the sub-directory season folders, and I just want it to copy files, not the folders within. Essentially, just copy files in the parent folder without following sub-directories. cp /mnt/user/"First Location"/"Rick And Morty (2013)" /mnt/user/"Second Location"/"Rick And Morty (2013)" Any help would be appreciated...
April 1, 20233 yr Solution cp /mnt/user/"First Location"/"Rick And Morty (2013)"/* /mnt/user/"Second Location"/"Rick And Morty (2013)"/
April 1, 20233 yr Author 8 minutes ago, apandey said: cp /mnt/user/"First Location"/"Rick And Morty (2013)"/* /mnt/user/"Second Location"/"Rick And Morty (2013)"/ I knew it had to be simple. LOL I appreciate the help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.