mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-11-11 16:16:10 +08:00
2 lines
40 B
Plaintext
2 lines
40 B
Plaintext
for f in `ls *.jpg`; do echo "$f"; done
|