'linux 명령'에 해당되는 글 1건

  1. 2021.04.05 linux 기존 명령 대체 명령

linux 기존 명령 대체 명령

OS/linux 2021. 4. 5. 10:24
반응형

파일 및 디렉토리 용량 체크

du - ncdu(디렉토리 이동하면서 확인가능)

dev.yorhel.nl/ncdu/scr

 

ls - lsd(많은 컬러와 파일 및 디렉토리에 따른 아이콘)

github.com/Peltoche/lsd

 

find - fd-find(좀 더 직관적인 명령 옵션, 컬러)

github.com/sharkdp/fd

 

cd - enhancd(부정확한 경로 입력시 기존에 이동했던 경로 리스트에서 선택)

github.com/b4b4r07/enhancd

 

grep - ripgrep(파일 별로 분리된 결과)

github.com/BurntSushi/ripgrep

반응형
: