Difference between revisions of "Bash: alias"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
  alias gi="grep -i"
 
  alias gi="grep -i"
 
  alias gv="grep -v"
 
  alias gv="grep -v"
 +
 +
 +
== Related terms ==
 +
* [[shell functions]]
  
 
== See also ==
 
== See also ==

Revision as of 05:09, 29 April 2020

This article is a Draft. Help us to complete it.

alias does not accept parameters but a function can be called just like an alias


Examples

alias trim="awk ' {\$1=\$1} 1 '"

alias g="grep"
alias gi="grep -i"
alias gv="grep -v"


Related terms

See also

Advertising: