Search Results

Search: Posts Made By: shell1509
2,434
Posted By shell1509
yes I tried below code..... while read line ...
yes I tried below code.....

while read line
do
value=`echo $line |cut -c3-`
echo ${value%??} >>new
sleep 1
done<file1
Please use CODE tags when displaying sample input,...
2,434
Posted By shell1509
I want to remove 1st and last two characters of each line of the file
I want to remove 1st and last two characters of each line of the file

Ex: file1

zzfile1ee
@xfile2:y
qfile3>>
@ file4yy

and redirect to the file called new

Basically file will have...
Showing results 1 to 2 of 2

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