Skip to content

Shell Quick Reference

haafiz.io edited this page Dec 30, 2020 · 2 revisions
Term Layman
sh <foo> Ask Bourne shell to run the script <foo>
bash <foo> Ask Bash to run the script <foo>
source <foo> Run the script <foo>
EXPORT <foo> Make <foo> an environment variable
Clone this wiki locally