readded udpated scripts directory
This commit is contained in:
parent
cd053a412a
commit
f3117c81d9
84 changed files with 3210 additions and 0 deletions
9
scripts/tutorials_notes/compgen.txt
Normal file
9
scripts/tutorials_notes/compgen.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Taken from stack overflow page when looking up how to list all aliases, found this:
|
||||
|
||||
compgen -c will list all the commands you could run.
|
||||
compgen -a will list all the aliases you could run.
|
||||
compgen -b will list all the built-ins you could run.
|
||||
compgen -k will list all the keywords you could run.
|
||||
compgen -A function will list all the functions you could run.
|
||||
compgen -A function -abck will list all the above in one go.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue