Unix / Linux
6.
vi editor: In vi command mode, what are the keystrokes you would
type to...
Quit the vi editor and save any changes?
7.
C language source files, by convention, have the suffix
".c".
The associated "header" files have the suffix ".h".
What is the command to perform the following task:
List all the C source and C header files in the current
directory. [Hidden files may remain hidden.]
8.
C language source files, by convention, have...