Search Results

Search: Posts Made By: gusbrown
2,013
Posted By junior-helper
According to your output it's every 78th...
According to your output it's every 78th character thereafter?

So I tried:

If you carefully look at Don's sed command, you'll notice that the two "s" statements are delimited by a semicolon.
...
1,603
Posted By Don Cragun
This could be done with awk, but you don't need...
This could be done with awk, but you don't need that much power for this. A simple editor (e.g., ed, ex, sed, or vi is all you need for this. Here is an example using sed:
sed 's/../&,00,/g;...
Showing results 1 to 2 of 2

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