diff --git a/.config/bash/module/find.sh b/.config/bash/module/find.sh index 35fe775..a4fd6cb 100644 --- a/.config/bash/module/find.sh +++ b/.config/bash/module/find.sh @@ -3,4 +3,5 @@ find_types() { local types=($(find -type f | sed "s/.*\.//")) echo "${types[@]}" | tr ' ' '\n' | sort -u | tr '\n' ' ' + echo }