42/d01/ex02/find_sh.sh

2 lines
68 B
Bash
Raw Normal View History

2016-11-20 02:20:23 +02:00
find . -name "*.sh" | rev | cut -d '.' -f 2 | cut -d '/' -f 1 | rev