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 -->
  #3 (permalink)  
Old 12-21-2005
clipski clipski is offline
Registered User
  
 

Join Date: Dec 2005
Posts: 4
I am in the Unix environment at a directory and thought to do something like

set x = `ls`
foreach i ($x)
`sed s/mlcl/mll/g`
end

but this doesnt seem to work