내 기록에 무슨 일이 일어나는지 알아내려고 노력 중인데 설명서를 찾을 수 없습니다.
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