3 Jul
2015
3 Jul
'15
23:14
On 7/2/2015 12:27 PM, Greg Freemyer wrote:
Try
ls i$'\314'$'\201'mynd.dd Perfection.
You could also use the unicode 'code' point:
echo "i\u0308mynd.dd"|od -c 0000000 i 314 210 m y n d . d d \n
assuming your locale settings have UTF-8 in them: LC_CTYPE=en_US.UTF-8 If you have 'C' or POSIX encoding, won't work:
LC_ALL=C echo "i\u0308mynd.dd"|od -c 0000000 m y n d . d d \n 0000010 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org