TIP

Windows에서 Linux의 cat 명령어 사용

veryhi 2021. 10. 7. 16:30

 

리눅스(Linux) 환경에서 특정 파일의 텍스트를 볼 때,

cat abc.txt
cat abc.txt | grep 찾고자_하는_키워드

 

윈도우즈(Windows) 환경에서 특정 파일의 텍스트를 볼 때,

type abc.txt
type abc.txt | find "찾고자_하는_키워드"

 

한글은 슬프게도 디폴트로 깨진다.