Search Results

Search: Posts Made By: cns1710
59,364
Posted By Perderabo
echo abababab | sed 's/b/\ /g' will...
echo abababab | sed 's/b/\
/g'

will replace all of the b's with newline characters. I really typed a newline after the backslash. This makes the sed command a two line command.
16,280
Posted By drl
Hi. The code in the earlier script was...
Hi.

The code in the earlier script was designed to process the first parameter as the file containing the tbl markup. This is more specific and uses ksh (which for this purpose is not critical):...
Showing results 1 to 2 of 2

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