mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
545 B
545 B
chronic
명령이 실패한 경우에만 명령의
stdout
및stderr
를 표시. 더 많은 정보: https://joeyh.name/code/moreutils/.
- 0이 아닌 종료 코들드를 생성하거나 충돌하는 경우에만 지정된 명령의
stdout
및stderr
을 표시:
chronic {{명령어 옵션 ...}}
- 비어있지 않은
stderr
을 생성하는 경우에만 지정된 명령의stdout
및stderr
을 표시:
chronic -e {{명령어 옵션 ...}}
- 상세([v]erbose) 모드 활성화:
chronic -v {{명령어 옵션 ...}}