in reply to Using awk within system() or open()
open(UPTOP, "cat /proc/uptime | awk '{ print \$1 } |'");
--
Tatsuhiko Miyagawa
miyagawa@cpan.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using awk within system() or open()
by davorg (Chancellor) on Oct 24, 2001 at 13:01 UTC | |
by miyagawa (Chaplain) on Oct 24, 2001 at 13:06 UTC | |
by davorg (Chancellor) on Oct 24, 2001 at 13:13 UTC |