# Moreutils - 아무도 만들지 않을 것 같은 Unix 도구 모음

> Clean Markdown view of GeekNews topic #6382. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6382](https://news.hada.io/topic?id=6382)
- GeekNews Markdown: [https://news.hada.io/topic/6382.md](https://news.hada.io/topic/6382.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-04-17T09:19:01+09:00
- Updated: 2022-04-17T09:19:01+09:00
- Original source: [joeyh.name](https://joeyh.name/code/moreutils/)
- Points: 7
- Comments: 1

## Topic Body

- chronic: 실패하지 않는한 커맨드를 조용히 실행하기  
- combine: 불린연산을 이용해서 두 파일의 줄 합치기   
- errno: errno 의 이름과 설명 보기   
- ifdata: 네트워크 인터페이스 정보 보기 (ifconfig의 출력을 파싱하지 않고)  
- ifne: stdin(Standard Input)이 비어있지 않을때 프로그램 실행  
- isutf8: 파일 또는 stdin이 UTF-8인지 확인  
- lckdo: 잠금 유지된 상태에서 프로그램 실행(여러개가 동시 실행되지 않게)  
- mispipe: 두개의 커맨드를 pipe, 첫번째 커맨드의 종료값을 리턴   
- parallel: 여러개의 잡을 동시 실행  
- pee: stdin 을 pipe로   
- sponge: stdin 을 파일에 쓰기  
- ts: stdin 에 timestamp 붙이기  
- vidir: 텍스트 에디터 내에서 폴더 편집  
- vipe: pipe내에 텍스트에디터 추가   
- zrun: 인자에 있는 파일을 자동으로 압축해제

## Comments



### Comment 9692

- Author: xguru
- Created: 2022-04-17T09:20:01+09:00
- Points: 1

나온지 10여년된 것이고, [새로 나온 커맨드라인 툴들](https://news.hada.io/topic?id=6361) 글에서도 소개된 바 있습니다.
