I want to backup a file in some-other sub-director differs from my current directory like this
cp /aaa/bbb/ccc/ddd/eeee/file.sh /aaa/bbb/ccc/ddd/eeee/file.sh.old
as you see both source and dest dir are the same, is it any way not to re-write dest dir?1 (without changing directory to dest dire and using './' )
thanks