In sh or ksh or bash:

f6=`echo "\0366\c"`  # 0366 is 0xf6 converted to octal
find . -type f \( -name "*${f6}*" -o -name ".*${f6}*" \) -print

should find them, I think...
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to