Difference between revisions of "Bash: alias"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* <code>[[source]]</code> | * <code>[[source]]</code> | ||
* <code>[[aws list all]]</code> | * <code>[[aws list all]]</code> | ||
+ | * [[suaws]] | ||
== See also == | == See also == |
Revision as of 08:31, 17 September 2021
alias
does not accept parameters but a function can be called just like an alias
Examples
- Execute
alias
to display your aliases
alias trim="awk ' {\$1=\$1} 1 '" alias g="grep" alias gi="grep -i" alias gv="grep -v"
alias p8="ping 8.8.8.8"
alias viconfig="vi ~/.ssh/config"
Related terms
- shell functions
ifconfig
and IP alias address.bashrc and .bash profile
source
aws list all
- suaws
See also
alias
, Bash: alias:viconfig, bip, .bash_aliases
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: