Difference between revisions of "Script Course"

From rbachwiki
Jump to navigation Jump to search
(Created page with "==Tests== Syntax [condition to test for] Example [ -e /etc/passwd ] = Bash menu- Home=")
 
Line 1: Line 1:
==Tests==
==Tests==
[[File:Escape sequence.jpg|thumb|Escape Sequence]]
[[File:Test Statements.jpg|thumb|Test Statements]]
Syntax
Syntax
  [condition to test for]
  [condition to test for]

Revision as of 17:08, 8 March 2019

Tests

Escape Sequence
Test Statements

Syntax

[condition to test for]

Example

[ -e /etc/passwd ]

Bash menu- Home