|
moving file from one folder to another
i have created file in one of the folders on unix
UNIX 's36tou -T XYZ /tmp/p400/dataout/ias/AB >/dev/null
I am using above command to copy file from one system to unix
XYZ is name of file on my system usually this name is very big so i use -T to trim some charaters from name.
noe i want to move file created in tmp folder by this command to some other folder on unix.
as -T alters the name of the file , how can i move the resultant file to some other folder .
Thanks for your support.
|