3 lines
94 B
Tcsh
3 lines
94 B
Tcsh
|
|
if (3 < 5) echo '3 is less than 5'
|
||
|
|
if ({ grep -q ^root: /etc/passwd }) echo 'passwd has root'
|