gash/todo/for.sh

2 lines
54 B
Bash

for f in test/*.sh; do echo "$f:" | grep '.sh' ; done