"리눅스 history 번호 없이 출력하기"의 두 판 사이의 차이

16번째 줄: 16번째 줄:


==같이 보기==
==같이 보기==
* [[리눅스 history]]
* [[리눅스 cut]]
* [[리눅스 histroy]]
 
==참고==
* https://ostechnix.com/how-to-display-bash-history-without-line-numbers/


[[분류: history]]
[[분류: history]]

2020년 11월 27일 (금) 19:46 판

1 개요

리눅스 history 번호 없이 출력하기
testuser@localhost:~$ history
    1  ls
    2  ps
    3  pwd
testuser@localhost:~$ history | cut -c 8-
ls
ps
pwd

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}