26 lines
810 B
Plaintext
26 lines
810 B
Plaintext
|
HISTORY(1) User Commands HISTORY(1)
|
||
|
|
||
|
NAME
|
||
|
history - print the shell command history
|
||
|
|
||
|
SYNOPSIS
|
||
|
history [-c] [n]
|
||
|
|
||
|
DESCRIPTION
|
||
|
If no parameters are specified, the history file containing the
|
||
|
previous shell commands will be printed out. If a number is specified
|
||
|
only the last "n" lines will be printed. If the -c option is specified
|
||
|
the history file will be deleted.
|
||
|
|
||
|
AUTHOR
|
||
|
Dave Hein
|
||
|
|
||
|
COPYRIGHT
|
||
|
Copyright (c) 2013 Dave Hein
|
||
|
MIT License (See license.txt in the root directory)
|
||
|
This is free software: you are free to change and redistribute it.
|
||
|
There is no warranty, to the extent permitted by law.
|
||
|
|
||
|
|
||
|
SPINIX utility October 2013 HISTORY(1)
|