https://bugs.kde.org/show_bug.cgi?id=395252
fire f. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #2 from fire f. <[email protected]> --- find -type f | while read file do if [ "`head -c 3 -- "$file"`" == $'\xef\xbb\xbf' ] then echo "found BOM in: $file" fi done # doesn't work with filenames that contain a line break -- You are receiving this mail because: You are watching all bug changes.
