Files
Shell-Search/ex0/find_sh.sh
lclerel- lclerel- 8499e14496 Exos (Update Ex0)
2026-03-03 16:30:16 +01:00

2 lines
80 B
Bash
Executable File

find . -iname "*.sh" -execdir sh -c 'printf "%s\n" "${0%.*}"' {} ';' | cut -c3-