Search Results

Search: Posts Made By: skarnm
1,790
Posted By RudiC
$ sed '/\^M/ # address expression: work on...
$ sed '/\^M/ # address expression: work on all lines containing ^M
{ # do e.th. below for the above address
s/\^M//g; # substitute ^M with nil (g)lobally
N; ...
1,790
Posted By RudiC
$ sed '/\^M/ {s/\^M//g;N;s/\n//}' file DEFINE...
$ sed '/\^M/ {s/\^M//g;N;s/\n//}' file
DEFINE NEW GLOBAL SHARED VARIABLE http-newline AS char NO-UNDO$
INITIAL "~~$".$
Showing results 1 to 2 of 2

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