afflictedd2
Registered
I dont' get why the unix underneath mac, copies files with in a folder when I do the following command, and why it copies the folder without the '/'. I just want it to copy the folder, and if I wanted to copy the files I'd explicitly would say InputX/*. I often forget to remove the '/' when I'm autocompleting folder names.
cp -r InputX/ /Users/Naix/Project/Compare
Is there a way to change this annoying unwanted behavior?
TEd
cp -r InputX/ /Users/Naix/Project/Compare
Is there a way to change this annoying unwanted behavior?
TEd