$ mv $1 $2 && ln -s $2/$(basename $1) $(dirname $1)
Used for moving stuff around on a fileserver
Submitted by svg
Options:
commandlinefu.com by David Winterbottom
$ mv $1 $2 && ln -s $2/$(basename $1) $(dirname $1)
Used for moving stuff around on a fileserver
Options:
commandlinefu.com by David Winterbottom
0sem comentários ainda