The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-11-2009
ajit.yadav83 ajit.yadav83 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 13
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.