- To: chat slug <slug-chat@xxxxxxxxxxx>
- Subject: [chat] how to waste a couple of hours
- From: Ken Foskey <foskey@xxxxxxxxxxxxxxxx>
- Date: Thu Dec 13 19:35:01 2001
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120
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