Search Results

Search: Posts Made By: cns1710
16,160
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):...
59,323
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.
Showing results 1 to 2 of 2

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