Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- findTopBy
- 자바 ORM 표준 JPA 프로그래밍 정리
- git
- 마이크로 서비스
- CompletableFuture
- multipart테스트
- @Transactional Propagation
- Spring Cloud Netflix
- intellij 핵심 단축키
- 리눅스
- intellij 즐겨찾기
- javascript case
- Stream
- 리팩토링 2판
- aws
- IntelliJ
- #docker compose
- 자바 ORM 표준 JPA 프로그래밍
- 원격 브랜 삭제
- java
- Linux
- JPA
- 친절한 SQL 튜닝
- ksql
- ksqldb
- @TransactionalEventListener
- vue.js
- HandlerMethodArgumentResolver
- 백명석님
- intellij favorites
Archives
- Today
- Total
시그마 삽질==six 시그마
mac 터미널 명령어 본문
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