bash
Use ls -ld
to ensure that you get the
complete listing and that you get it for the directory and not the files
in the directory.
ls
command will list the so-called
"hidden" files if you use the -a
. So, for
example, ls -la $HOME
will list all the
files in your home directory, including the hiddent files, whose names all
begin with a period .
Use this together with the filters that we have learned to get a listing that includes the names of ONLY the hidden files in a directory given as an command-line parameter.
After you get your programs runnings, copy and paste the source code into Notepad as well as the results of a run and hand in hardcopy.