From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralph at inputplus.co.uk (Ralph Corderoy) Date: Fri, 06 Jul 2018 17:10:12 +0100 Subject: [COFF] Other OSes? In-Reply-To: <02ced8ba-fa5a-56f4-fe4b-daf4e5b7584e@spamtrap.tnetconsulting.net> References: <82df833ae2a587b386b4154fc6051356a3510b19@webmail.yaccman.com> <20180706005246.GA28138@thunk.org> <20180706055930.B20471F94A@orac.inputplus.co.uk> <02ced8ba-fa5a-56f4-fe4b-daf4e5b7584e@spamtrap.tnetconsulting.net> Message-ID: <20180706161012.0CD7A21C63@orac.inputplus.co.uk> Hi Grant, > > id(1) `-u' option? ... > I think this is a wonderful way to learn. :-D Like Ted, I favour sh over bash for scripts when possible, and was just chipping in to help increase sh's number. :-) $ strace -c dash -c : |& sed -n '1p;$p' % time seconds usecs/call calls errors syscall 100.00 0.000883 35 1 total $ strace -c bash -c : |& sed -n '1p;$p' % time seconds usecs/call calls errors syscall 100.00 0.002943 145 8 total $ -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy