[plug] ridiculous UNIX one-liner

Craig Ringer craig at postnewspapers.com.au
Fri Jan 31 00:04:05 WST 2003


>>Note that the first cut -d '     ' must contain a TAB, enter it using 
>>CTRL-V then hit the tab key. (is there a better way to do this?).
> 
> cut -d "\t"

Didn't work under bash:

craig at albert:~$ echo "\t"
\t
craig at albert:~$ echo '\t'
\t

however as other kind types have pointed out to me already, tab is the 
default




More information about the plug mailing list