Newline missing in csh

Gluszczak, Glenn glenn.gluszczak@emc.com
Mon Nov 16 17:44:00 GMT 2015


cat "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" works fine in bash
but if I switch to csh I fail to get a newline when reading the registry.

$ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage"
ENU^@
$ csh
$ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage"
ENU^@$




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list