Search Results

Search: Posts Made By: Optimus_P
5,488
Posted By Optimus_P
why dont you try it and let us know if it worked....
why dont you try it and let us know if it worked.

with that kind of response it sounds as if you did not try anything befor you posted, and your just looking for an answer.
5,488
Posted By Optimus_P
just to expand on his code. cd path/to/files...
just to expand on his code.

cd path/to/files
for files in `ls`;do
for lines in `cat $files`;do
y=${lines#?}
echo $y >> new.file
done
done


or in sed

sed...
Showing results 1 to 2 of 2

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