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

Jmnote (토론 | 기여)님의 2018년 12월 2일 (일) 23:52 판 (새 문서: ==개요== ;리눅스 history 번호 없이 출력하기 <source lang='console'> [root@zetawiki ~]# history | cut -c 8- cd /var/log/ cd .. ll cd etc </source> ==같이 보기== * ...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

리눅스 history 번호 없이 출력하기
[root@zetawiki ~]# history | cut -c 8-
cd /var/log/
cd ..
ll
cd etc

2 같이 보기

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