Roland Mainz wrote:
> Casper.Dik at Sun.COM wrote:
[snip]
> Seems to be fixed for them, too:
> -- snip --
> $ (for i in sleep kill test alias printf command alias fg bg jobs ; do
> print "## $i" ; rm -f /tmp/yyy ; truss -o /tmp/yyy $ROOT/usr/bin/jobs ;
> fgrep ".path" </tmp/yyy ; done)
[snip]

Grumpf... I should really double-check when posting such output - the
one-liner above is buggy... ;-(
The correct version looks like this:
-- snip --
$ (for i in sleep kill test alias unalias hash type umask printf command
alias fg bg jobs getopts ulimit wait ; do print "## ${i}" ; rm -f
/tmp/yyy ; truss -o /tmp/yyy "${ROOT}/usr/bin/${i}" >/dev/null ; fgrep
".path" </tmp/yyy ; done)
## sleep
Usage: sleep [ options ] seconds
## kill
Usage: kill [-l] [-n signum] [-s signame] job ...
   Or: kill [ options ] -l [arg ...]
## test
## alias
## unalias
Usage: unalias [-a] name...
## hash
## type
Usage: type [-afpqv] name  ...
## umask
## printf
Usage: printf format [argument...]
## command
## alias
## fg
## bg
## jobs
## getopts
Usage: getopts [-a name] opstring name [args...]
## ulimit
## wait
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)

Reply via email to