Explorar o código

history: add one example.

Marco Bonelli %!s(int64=6) %!d(string=hai) anos
pai
achega
cf225aca7a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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}}`