[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Using terminal output as input



In <[🔎] 78582fa40905141033n6248df7fy35fb1727e260d1c1@mail.gmail.com>, S Scharf 
wrote:
>$(ekiga 2>/dev/stdout | head -2 | tail -1)

More portable, but the same results:
$(ekiga 2>&1 | head -n 2 | tail -n 1)
-- 
Boyd Stephen Smith Jr.           	 ,= ,-_-. =.
bss@iguanasuicide.net            	((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy 	 `-'(. .)`-'
http://iguanasuicide.net/        	     \_/

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: