2011-01-12

list all file extensions in bash (*sh)

find . -type f | grep -o "\.[^[:punct:]]*$" | sort | uniq

Немає коментарів:

Дописати коментар