25 lines
706 B
Plaintext
25 lines
706 B
Plaintext
|
ALIAS(1) User Commands ALIAS(1)
|
||
|
|
||
|
NAME
|
||
|
alias - create an alias
|
||
|
|
||
|
SYNOPSIS
|
||
|
alias [name=value]
|
||
|
|
||
|
DESCRIPTION
|
||
|
The alias command will create an alias symbol that will be used
|
||
|
generate a shell command. If not parameters are specified the list
|
||
|
of aliases will be printed.
|
||
|
|
||
|
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 ALIAS(1)
|