Jump to content

Talk:Redirection (computing)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 193.0.246.21 (talk) at 08:03, 2 September 2010 (Help yourself with a test program). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Hoinkies

I don't see any evidence that this is common in computing. http://en.wikipedia.org/wiki/Talk:Bracket#Hoinkies Salvar (talk) 18:39, 23 March 2009 (UTC)[reply]

Test Program

You can test all kind of redirection with this little shell script:

 #!/bin/bash
 echo "This is stdout."
 echo "This is stderr." >&2