Культурный офтопик
 help / color / mirror / Atom feed
* [room] как определить, что stdout перенаправлен
@ 2008-03-19 18:09 Michael Shigorin
  2008-03-19 23:54 ` Aleksey Korotkov
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2008-03-19 18:09 UTC (permalink / raw)
  To: smoke-room

	Здравствуйте.
Возможно, ещё кому когда было интересно; тут немного
понадобилось, ну и нагуглил незамеченное ранее в test(1) для
определения того факта, что stdout у скрипта перенаправлен:

jrm@HAL$ if [ -t 1 ]; then echo tty; else echo pipe; fi    
tty
jrm@HAL$ if [ -t 1 ]; then echo tty; else echo pipe; fi|cat
pipe

http://www.freebsdforums.org/forums/showpost.php?p=274074&postcount=9

юзал keywords: shell how to detect output redirection

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-20 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-19 18:09 [room] как определить, что stdout перенаправлен Michael Shigorin
2008-03-19 23:54 ` Aleksey Korotkov
2008-03-19 23:54   ` Michael Pozhidaev
2008-03-20 14:45     ` Aleksey Korotkov
2008-03-20 16:22       ` Michael Shigorin
2008-03-20 18:27         ` [room] что не так с фрёй Michael Shigorin

Культурный офтопик

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
		smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
	public-inbox-index smoke-room

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.smoke-room


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git