Tagged Questions
1
vote
2answers
1k views
Using “mv” or “ditto” to merge folders in OS X
Used to the Windows way of doing I just found out OS X has no merge function – moving means replacing the folder. While this does make sense, I miss merging!
I've two Wordpress directories, 1 ...
0
votes
1answer
138 views
Move files based on list of old and new file paths
What is an efficient way to rename files in OSX/BSD from a text file for files assumed to stay in original folder, but in the format of;
/path/old file name.ext\tnew file name.ext
There may be ...
-2
votes
2answers
294 views
Mac (Linux) - Restore file removed through mv command
I have one big problem. I had two files - main.c and logic.c. I have used sed for some modification in logic.c and then i saved it to main_updated.c and then run
mv main_updated.c main.c
BUT it ...
-2
votes
3answers
476 views
Accidentally moved Desktop folder ingo /usr/local/bin
I ran mv -n /desktop /user/local/bin and as a result everything on my desktop is gone. I tried the opposite mv -n /user/local/bin /desktop in the hopes of undoing it but now only one of those ...
0
votes
3answers
286 views
Mac OS: how could I rename a file like APP_001.gif to 01.gif?
I have a load of files in a directory. They all have names like:
APP_001.gif
APP_101.gif
How could I bulk rename them to
01.gif
101.gif
i.e. get rid of the prefix before _, and then remove the ...