Einstein - simple Shell scripts
Upload the following scripts to Einstein until you pass all the tests.
Scripts must use the names below.
(The names may be clues!)
- ls2.sh
-
List files ending in ".txt" in current directory.
Long format.
- ls4.sh
-
List files ending in "html" in all sub-directories of current directory.
- ls5.sh
-
List files beginning with "act1" in all sub-directories of current directory and sort them by size.
- alldir.sh
- List all directories underneath
/etc
- Use "find".
- grep2.sh
I made an error with this one.
The /users/tutors filesystem is not addressable in lab exam mode.
Shakespeare does not exist.
So we re-phrase the question as:
- Write a script to search for a string in a file.
- The string is "queen" in lower case.
- The file is
macbeth.htm
(with no directory in front of it).
- grep3.sh
- Same as above except script is to print lines containing "queen",
ignoring case.