HI Folks
This is Question seems like scrap but look into this ..
I have several files in a directory(Ex:c:\dir\) now i have to remove the First 3 Characters from the File names in that directory. Using any unix command ..
Test Case 1:
C:\dir\
123file.txt
456newfile.mp3
57575unixfile.dat
trarruniing.txt
After the OPeration
now the Directory (c:\dir\) Should Contain
file.txt
newfile.mp3
unixfile.dat
trarruniing.txt
-----------------------------------------Thanks-----------------------------------------------------
Thanks