Tugger the SLUGger!SLUG Mailing List Archives

[chat] how to waste a couple of hours


Welcome to wonderful world of proprietry software. Works fine on solaris and linux.

aixstl10: /apps/source
$

aixstl10: /apps/source
$ echo "a|b|c" | cut -d"|" -f2
b

aixstl10: /apps/source
$ echo -n "a|b|c" | cut -d"|" -f2

aixstl10: /apps/source