From the creator of BaCon - gtk-server

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Message
Author
User avatar
DocSalvage
Posts: 11
Joined: Sat 30 Jun 2012, 18:59
Location: Tallahassee, FL, USA
Contact:

#31 Post by DocSalvage »

Though this is a very old thread, let me just add that it bash 4 confuses things even more as it adds support for '|&' but it doesn't mean the same thing. It is shorthand for '2>&1 |'.

The '<>' operator creates a bidirectional pipe.

See...
http://wiki.bash-hackers.org/syntax/redirection
http://wiki.bash-hackers.org/howto/redirection_tutorial
http://www.tldp.org/LDP/abs/html/io-redirection.html
[i][color=blue]DocSalvager (a.k.a. DocSalvage)[/color][/i]
[url]http://www.docsalvage.info[/url], [url]http://www.softwarerevisions.net[/url]

Post Reply