# Modern Unix - 유닉스 명령들의 최신 대체제

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4784](https://news.hada.io/topic?id=4784)
- GeekNews Markdown: [https://news.hada.io/topic/4784.md](https://news.hada.io/topic/4784.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-09T10:02:54+09:00
- Updated: 2021-08-09T10:02:54+09:00
- Original source: [github.com](https://github.com/ibraheemdev/modern-unix)
- Points: 27
- Comments: 1

## Topic Body

더 빠르고 쓰기 편한 대체 명령어들

cat → bat

ls → exa, lsd

diff → delta

du → dust

df → duf

tree → broot

find → fd

grep → ripgrep

ack → ag

history → mcfly

cut,awk → choose

sed (json) → jq

sed → sd

man → cheat, tldr

top → bottom, glances, gtop

ping → gping

ps → procs

curl → curlie

cd → zoxide

dig → dog

fzf - fuzzy finder

hyperfine - CLI benchmarking tool

httpie - CLI HTTP client for API

xh - 더 빠른 httpie

## Comments



### Comment 6248

- Author: ehlegeth
- Created: 2021-08-09T13:44:44+09:00
- Points: 2

bat, lsd, ripgrep, jq, hyperfine, httpie는 일상적으로 쓰고 있네요.

그리고, ack -> ripgrep
