|
sed command to insert tab?
Hello everybody,
I need a simple sed script wich has to replace "BESCH<tab>112" with "BESCH<tab>102". sed detects the <tab> with [[:space:]] but how do I insert a tab in the replacement string?
Greetingz,
.-=~ iluvatar ~=-.
|