mirror of https://github.com/cheat/cheat.git
commit
111c2098c0
|
@ -1,5 +1,5 @@
|
|||
# To implement a for loop:
|
||||
for file in `ls .`;
|
||||
for file in *;
|
||||
do
|
||||
echo $file found;
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue