gash/todo/for.sh

2 lines
54 B
Bash
Raw Normal View History

2018-07-03 20:49:55 +01:00
for f in test/*.sh; do echo "$f:" | grep '.sh' ; done