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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-20-2007
nazri76 nazri76 is offline
Registered User
 

Join Date: Jul 2006
Posts: 16
i still can't get it. Maybe i give another example, i have original file as below;

Test Fish#10125#STAR.txt
Test Fish#52134#MOON.txt
Test Fish#32598#CLOUD.txt
Test Fish#66789#STORM.txt

I need to remove the space between "Test Fish" but i want to do one time for all file before i encrypt it.

After i encrypt the file, the file name will become TestFish#10125#STAR_encrypted.txt ... so i need to change back to original file name also in one time for all files.

Does anyone know how to do this or know what ‘functions’ I should use???
Reply With Quote