42_C_PISCINE/Shell/shell01v5/ex02/find_sh.sh
Camille Chauvet 29ed24d567 init
2023-05-17 16:45:25 +00:00

3 lines
58 B
Bash
Executable File

#!/bin/sh
basename -s .sh $(find . -type f -name "*.sh")