rucinski69

find file extensions in local dir #linux

May 17th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.06 KB | None | 0 0
  1. find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
Add Comment
Please, Sign In to add comment