diff options
Diffstat (limited to 'j01/ex02')
| -rwxr-xr-x | j01/ex02/find_sh.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/j01/ex02/find_sh.sh b/j01/ex02/find_sh.sh new file mode 100755 index 0000000..3f13587 --- /dev/null +++ b/j01/ex02/find_sh.sh @@ -0,0 +1 @@ +find . -type f -name "*.sh" | sed "s/.*\///g" | sed "s/\.sh//g" |
