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