bash
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash [2013/05/08 17:55] – [Bash Tips / Tricks] k2patel | bash [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 271: | Line 271: | ||
</ | </ | ||
+ | |||
+ | ==== Bash alias and complition ==== | ||
+ | Using command completion for alias in bash. | ||
+ | <code bash ~/ | ||
+ | alias c='/ | ||
+ | export HLIST | ||
+ | HLIST=`cat ~/ | ||
+ | HLIST=" | ||
+ | HLIST=$(echo ${HLIST} | sort | uniq) | ||
+ | complete -W " | ||
+ | </ | ||
==== Control case ==== | ==== Control case ==== | ||
Line 402: | Line 413: | ||
c3 | c3 | ||
</ | </ | ||
- | [[ Link to Article | http:// | + | [[ http:// |
==== Networked Info ==== | ==== Networked Info ==== | ||
bash.1368035754.txt.gz · Last modified: 2020/08/10 02:28 (external edit)