Search Results

Search: Posts Made By: FourBrane
3,942
Posted By FourBrane
Agree that tr plus sed is best
Only addition I'd make is that sed's substitute command will need to look for three pipes in a row as the two intervening newlines actually represent the second and third newlines in a row.

So,...
3,864
Posted By FourBrane
cut error
You should be aware that if your input file has anything in front of the tag set you specified, your program will break. For instance, if the test file's last line contains "Some...
56,656
Posted By FourBrane
system calls
To learn more about the perl system function, at your command line type
perldoc -f system

(to learn more about using perldoc, type 'man perldoc' at the command prompt).

Your problem is that...
Showing results 1 to 3 of 3

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