Find files
fd
- GitHub
- A simple, fast and user-friendly alternative to 'find'
Find non-UTF-8 encoded text files:
fd -t f --exec file | grep -E '(ISO-.*|ASCII) text'
Find non-UTF-8 encoded text files:
fd -t f --exec file | grep -E '(ISO-.*|ASCII) text'