mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
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
Block a user