드림코딩 by 엘리 필수 리눅스 터미널 명령어 정리 | 배쉬, 파워쉘 (Bash, PowerShell) 튜토리얼! 가좌아 🎸. 드림코딩 by 엘리님 동영상을 보고 터미널 명령어를 정리해 두려고 합니다. man #Manual ls #list ls -la #long clear pwd. #Print Working Directory open . #맥 터미널에서 실행하니 해당 디렉토리에서 파인더가 실행됩니다. cd #Change Directory cd - #이 옵션으로 전 디렉토리로 이동 find . -type file -name "*.txt" which code which node touch new_file1.txt man touch clear cat new_file1.txt new_file2.txt echo ..