42_C_PISCINE/Shell/shell01v5/ex02/find_sh.sh

3 lines
58 B
Bash
Raw Normal View History

2023-05-17 12:45:25 -04:00
#!/bin/sh
basename -s .sh $(find . -type f -name "*.sh")