Some ex19 extra credit

This commit is contained in:
Dan Buch
2016-04-13 21:01:33 -04:00
parent bc195dec65
commit b3665e0bca
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
for f in *.c ; do
for f in ex*.c ; do
echo "${f/.c/}"
done