This website requires JavaScript.
Explore
Help
Sign In
Git
/
cheat
mirror of
https://github.com/cheat/cheat.git
Watch
1
Star
0
Fork
You've already forked cheat
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
67cb9c10d4
cheat
/
.cheat
/
bash
6 lines
88 B
Plaintext
Raw
Blame
History
To implement a for loop:
for file in `ls .`;
do echo 'file';
echo 'found';
done
Reference in New Issue
View Git Blame
Copy Permalink