This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newline missing in csh


Greetings, Gluszczak, Glenn!

> 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^@$

cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" | od -t x1


-- 
With best regards,
Andrey Repin
Tuesday, November 17, 2015 04:27:55

Sorry for my terrible english...


--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]