1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge branch 'history' of https://github.com/igorshubovych/tldr into igorshubovych-history

This commit is contained in:
Igor Shubovych 2015-12-09 19:02:22 +02:00
commit bbbafaace0
2 changed files with 12 additions and 1 deletions

11
pages/common/history.md Normal file
View file

@ -0,0 +1,11 @@
# history
> Command Line history.
- Display the history list with line number
`history`
- Clear the history list
`history -c`

File diff suppressed because one or more lines are too long