public/sh/tests/solutions/lookagain.sh

4 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
find . '(' -name '*.sh' ')' -print | sed 's/\(.*\)\///g' | sed 's/\.sh//g'