bash_scripting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bash_scripting [2017/05/02 19:25] – [File Manipulation] mguptonbash_scripting [2017/07/11 19:21] (current) mgupton
Line 1: Line 1:
 ======Bash Scripting====== ======Bash Scripting======
 ======Conditionals====== ======Conditionals======
-  * The special variable ''?'' has the exit/return value of the last program/command that ran.+  * The special variable ''$?'' has the exit/return value of the last program/command that ran.
  
 <code bash> <code bash>
Line 97: Line 97:
 </code> </code>
  
 +======Resources======
 +  * [[http://wiki.bash-hackers.org/|The Bash Hackers Wiki]]
  
  • bash_scripting.1493753158.txt.gz
  • Last modified: 2017/05/02 19:25
  • by mgupton