Hi,
I can't seem to delete TABS from say every line in a file?
I have tried sed 's/[ \t]*$//' filename > newfile
This should deleted all trailing TABS at the end of all the lines in filename?
How do I get this to work , I cant use the TAB button in place of the \t from the command line?
Thanks
I can't seem to delete TABS from say every line in a file?
I have tried sed 's/[ \t]*$//' filename > newfile
This should deleted all trailing TABS at the end of all the lines in filename?
How do I get this to work , I cant use the TAB button in place of the \t from the command line?
Thanks