Search Results

Search: Posts Made By: kalyanp
4,406
Posted By kalyanp
for f in SRC_FOLDER/DSCOR do rename $f...
for f in SRC_FOLDER/DSCOR
do
rename $f /ARC_FOLDER/${f}
done

try this it will work u can able to move.
4,406
Posted By kalyanp
use for loop for f in SRC_FOLDER/DSCOR do ...
use for loop
for f in SRC_FOLDER/DSCOR
do
mv $f /ARC_FOLDER/${f}
done
Please use CODE tags when displaying sample input, sample output, and sample code.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy