This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
remove-colons
RosettaCodeData
/
Task
/
Conditional-structures
/
C-Shell
/
conditional-structures-1.csh
3 lines
94 B
Tcsh
Raw
Permalink
Blame
History
if
(
3 < 5
)
echo
'3 is less than 5'
if
({
grep -q ^root: /etc/passwd
})
echo
'passwd has root'
Reference in New Issue
View Git Blame
Copy Permalink