On Tuesday 03 December 2002 11:47 am, Jun Tanamal wrote: > sorry but it's broken pipe in my RH6.1
Why does bash sometimes say `Broken pipe'? If a sequence of commands appears in a pipeline, and one of the reading commands finishes before the writer has finished, the writer receives a SIGPIPE signal. read on... http://www.unixguide.net/unix/bash/E2.shtml try: ls -lS > /tmp/123456.tmp; grep -m 10 [r,-] /tmp/123456.tmp _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
