내 기록에 무슨 일이 일어나는지 알아내려고 하는데... 설명서를 찾을 수 없습니다.
history -h
아무것도 반환하지 않으며 man history
우리 모두가 사용하는 bash 매뉴얼이 아닌 레벨 8 기록 매뉴얼을 반환합니다.
답변1
history
bash
많은 내장 기능 중 하나이므로 매뉴얼 페이지에 이를 나열하면 득보다 실이 더 클 것이라고 생각하는 사람들이 많습니다. 즉, 에는 및 와 bash
같은 내장 기능에 대한 자체 수동 시스템이 있습니다 . 에 대한 설명서에 액세스하려면 다음을 사용하십시오.fc
test
history
help history
세션 에서 bash
.
bash
또는 ~6000 라인 매뉴얼 에서 명령 요약을 얻으십시오.
# Jump to the entry in Ubuntu/Fedora/MacOS
man -P 'less -p " history \["' bash
출처:
https://github.com/bminor/bash/blob/master/buildins/history.def
https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html