piscine-shell01/ex02/find_sh.sh

4 lines
83 B
Bash
Executable File

#!/bin/sh
find . -type f -name "*.sh" | xargs -I{} basename {} | sed 's/\.sh$//g'