home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!sybus.sybus.com!myrddin!palan!tct!chip
- From: chip@tct.com (Chip Salzenberg)
- Subject: Re: timing piped commands
- Message-ID: <2B3758AD.6584@tct.com>
- Date: Tue, 22 Dec 1992 18:04:29 GMT
- References: <1992Dec19.010201.2100@cs.sfu.ca>
- Organization: TC Telemanagement, Clearwater, FL
- Lines: 12
-
- According to xiaobing@cs.sfu.ca (Xiaobing Chen):
- > % time 'ls -lR | fgrep root' # failed of course
-
- You can get close with
-
- % time sh -c 'ls -lR | fgrep root'
-
- --
- Chip Salzenberg at Teltronics/TCT <chip@tct.com>, <73717.366@compuserve.com>
- "you make me want to break the laws of time and space / you make me
- want to eat pork / you make me want to staple bagles to my face /
- and remove them with a pitchfork" -- Weird Al Yankovic, "You Make Me"
-