I need to create a sh script for moving all files in a directory to another but creating symbolic links to all the files..
#pseudocode
mv /dir/*.* /dir2/
ls -s ...
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
here's a little bash-script that will move all files recursively from
btw, with this script it is not necessary that the target directory is empty. |
||||
|
|
|
If Try:
|
|||||||
|
dir2empty? – Jon Lin Oct 3 '12 at 4:05