소스 검색

history: add one example.

Marco Bonelli 6 년 전
부모
커밋
cf225aca7a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/common/history.md

+ 4 - 0
pages/common/history.md

@@ -13,3 +13,7 @@
 - Overwrite history file with history of current `bash` shell (often combined with `history -c` to purge history):
 
 `history -w`
+
+- Delete the history entry at the specified offset:
+
+`history -d {{offset}}`