Hi,
I want to match tabulators with sed on an AIX 5.3 box. I tried it with following:
On my Linux box it works fine, on my AIX 5.3 box it doesn't catch/match the tab.
I tried it with a text file and checked with vi setting ":set list" to show the tabs and same problem occurs.
Anyone got an idea?
laters
zaxxon
I want to match tabulators with sed on an AIX 5.3 box. I tried it with following:
Code:
echo " "| sed 's/^[ \t]*//g'
^^^^^^^^^^^^^^
Contains some spaces and a tab.
On my Linux box it works fine, on my AIX 5.3 box it doesn't catch/match the tab.
I tried it with a text file and checked with vi setting ":set list" to show the tabs and same problem occurs.
Anyone got an idea?
laters
zaxxon