I typed the "Hello, World" program in the Ubuntu text editor.
The file, 'hello' was saved to the documents
folder, which I verified, is there.
However, the "c" compiler, version 7.4.0-1, cannot find 'hello.'
Moreover, the program 'find' cannot find it either.
I would appreciate any help you can give me.
ls
of you Documents/ directory? – schrodingerscatcuriosity Aug 26 '19 at 17:45hello
in your Documents by runninggcc hello
. – Pilot6 Aug 26 '19 at 17:50adminred@adminred:~/Documentos$ gcc foo.c
anda.out foo.c
– schrodingerscatcuriosity Aug 26 '19 at 18:18~
. – Pilot6 Aug 26 '19 at 18:24find
can't find the file... – schrodingerscatcuriosity Aug 26 '19 at 18:28