Let's take an example. A "file1" -file has a content "file1", its own name. A "file2"-file has a content "file2", again its own name. The pattern continues until we have covered 77 files. What is the easiest way to do the 77 files?
Since I tend to have hard time in compiling, I sum up some details.
Intructions how to compile the codes
PERMISSIONS: "chmod 700 filename.some_ending"
RUNNING: ". ./filename.some_ending"
How to compile?
- Use gcc for C++/C like "gcc filename.c", and then run ". ./a.out"
- Use javac for Java like "javac filename.javac", and then run it with "java class" (error?!)
- Fortran?
- ... more?