[Info-vax] Looking into C-include files on VMS
Graham Burley
burley at Encompasserve.org
Fri Oct 30 14:52:12 EDT 2009
In article <7l0fsfF3c76ndU1 at mid.dfncis.de>, js at cs.tu-berlin.de (Joerg Schilling) writes:
>I did add this to my login.com but I see no different behavior.
>If I call echo > a.b.c I get an BASH.EXE.1: a.b.c: i/o error
You need to use the ODS-5 disk area, e.g.
$ @gnv$gnu:[lib]gnv_setup.com
$ bash
bash$ pwd
/disk_support/decuserve_support/burley
bash$ echo > a.b.c
bash.exe.1: a.b.c: i/o error
bash$ cd /usr_ods5/burley
bash$ echo > a.b.c
bash$ ls
a.b.c
bash$
More information about the Info-vax
mailing list