Re: Newline missing in csh

2015-11-17 Thread Robert Klemme
On Tue, Nov 17, 2015 at 2:28 AM, Andrey Repin wrote: > > 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/regist

Re: Newline missing in csh

2015-11-16 Thread Andrey Repin
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

Re: Newline missing in csh

2015-11-16 Thread John Hein
Gluszczak, Glenn wrote at 17:43 + on Nov 16, 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 > Pan

Newline missing in csh

2015-11-16 Thread 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_CU