리눅스 history 번호 없이 출력하기

1 개요[ | ]

리눅스 history 번호 없이 출력
리눅스 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 }}