반응형
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 | 29 | 30 | 31 |
Tags
- parse
- 스프링부트테스트
- mac os git error
- maybe not public or not valid?
- easy
- java 여러개 버전
- LeetCode
- property or field 'jobparameters' cannot be found on object of type
- java version
- log error
- aws
- error
- springboot
- springboottest
- OpenFeign
- yum install java
- Medium
- java 1.8 11
- No tests found for given includes
- JUnit
- el1008e
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- AWS CLI
- java 버전 변경
- springbatch error
- querydsl no sources given
- no sources given
- Java 1.8
- java 11
- java
Archives
- Today
- Total
쩨이엠 개발 블로그
[ linux ] 사용했던 명령어 history 보기 본문
728x90
반응형
별거 아닌 기능이긴하지만 필요한 기능
AWS cli를 하다보니 어디서 뭘 했는지 기억이 나지 않았다
그 때 쓸 수 있는 기능
$ history
매우 간단하다
history 갯수는 $HISTSIZE로 변경이 가능하다
$ echo $HISTSIZE
500
default는 500
이 history에서 문자열 aws가 들어간걸 찾고싶다면 grep을 사용한다
$ history | grep 'aws'
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
[ linux ] gradle 수동 설치 (0) | 2020.07.21 |
---|---|
[ linux ] Library not loaded: @executable_path/../.Python (0) | 2020.07.21 |
[ error ] Too many open files (0) | 2020.07.12 |
[ error ] shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory (0) | 2020.07.11 |
[ node ] certificate has expired 오류 (0) | 2020.07.10 |
Comments