I noticed that every executable that I need I need by a ./ to run it on both Linux and MacOS (Unix / Unix-like systems). For example, to compile a C file with GCC and run it right away, I make the following commands:
$ gcc fonte.c
$ ./a...
asked on
30.06.2017 / 11:48