Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bash_scripting [2017/04/25 17:44] – mgupton | bash_scripting [2017/07/11 19:21] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Bash Scripting====== | ======Bash Scripting====== | ||
======Conditionals====== | ======Conditionals====== | ||
- | * The special variable ''?'' | + | * The special variable '' |
<code bash> | <code bash> | ||
Line 73: | Line 73: | ||
======File Manipulation====== | ======File Manipulation====== | ||
==Delete a file if it exists.== | ==Delete a file if it exists.== | ||
- | < | + | < |
[[ -f " | [[ -f " | ||
</ | </ | ||
Line 97: | Line 97: | ||
</ | </ | ||
+ | ======Resources====== | ||
+ | * [[http:// | ||