시그마 삽질==six 시그마

mac 터미널 명령어 본문

프로그래밍/Linux

mac 터미널 명령어

Ethan Matthew Hunt 2020. 8. 6. 23:46

You can use ctrl+U to delete before Cursor

You can use ctrl+K to delete after Cursor

You can use ctrl+W to delete just a word.

You can also use ctrl+C to cancel. ctrl+ U 라인삭제

You can also use ctrl+A to go to the beginning of the line. ctrl+ a 맨 앞으로

You can also use ctrl+E to go to the end of the line. ctrl +e 맨뒤로

ctrl+d 뒤 글자 삭제

 

 

alias ll = 'ls -hal' 지정후  편하게 ll로 리스트 볼 수 있음.

 

source :

https://support.apple.com/ko-kr/guide/terminal/trmlshtcts/mac

https://stackoverflow.com/questions/9679776/how-do-i-clear-delete-the-current-line-in-terminal

'프로그래밍 > Linux' 카테고리의 다른 글

dig 명령어 (DNS lookup utility.)  (0) 2021.05.02
mac 포트 죽이기 (tomcat..)  (0) 2020.08.26
Linux 쉘 스크립트  (0) 2020.03.17
Linux crontab  (0) 2020.03.17
RPM & YUM  (0) 2020.03.16
Comments