0
0
Files
42piscine/Shell_01/git_old/ex02/find_sh.sh
Guy Baconniere d30270c485 commit
2021-08-20 10:02:38 +02:00

3 lines
65 B
Bash
Executable File

#!/bin/sh
find . -type f -name '*.sh' -exec basename '{}' .sh \;