cat /dev/null 을 수행하면서 나타나는 Standard out의 결과를 a.txt에 담고, Standard Error의 내용도 a.txt에 담는다.
USAGE : n>&m means redirect FD n to the same places as FD m. Eg,
Probably because if you did 2>1 it would output stderr to a file named '1'.
USAGE : n>&m means redirect FD n to the same places as FD m. Eg,
2>&1
means send STDERR to the same place that STDOUT
is going to.Probably because if you did 2>1 it would output stderr to a file named '1'.
'QnA' 카테고리의 다른 글
ifconfig, 혹은 route 에 해당하는 내부함수가 있는지요. (0) | 2009.07.28 |
---|---|
signal함수의 프로토타입은 왜 함수포인터로 되어 있을까요? (0) | 2009.07.28 |
Re: rs_init() (0) | 2009.07.26 |
/dev/ttyS, "Input/output error" (0) | 2009.07.18 |
BTUART사용시 질문 (0) | 2009.07.16 |
WRITTEN BY
- RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.
,