Łukasz Wieczorek's blog A slice of programmer's life

Checking file encoding

Example

Tired of checking file encodings?

cd $directory
for file in *; echo "$file — "(uchardet $file); end

Packages

uchardet