Hello misc!

I'm in trouble with sed!

I need to insert tab in some places, but no luck :(

in linux it works:

[kasak@kasakoff ~]$ echo 'one two three' | sed s/two/\\ttwo/
one     two three

in OpenBSD it just add t:

kasak@OpenBSD:~$ echo 'one two three' | sed s/two/\\ttwo/
one ttwo three


Reply via email to