RosettaCodeData/Task/Conditional-structures/C-Shell/conditional-structures-1.csh
2023-07-01 13:44:08 -04:00

2 lines
94 B
Tcsh

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