Assignment #1 – Simple Shell Programming
Change you .bashrc to
have a cool prompt different that the default
Print the uptime
Extra point for only the uptime
Add ~/bin to your path
Write a script that
Prints the number of files in the current working directory
And work recursively on children of the current working directory.
/staff/randy 10 /staff/randy/Classes 4 /staff/randy/Personal 3 /staff/randy/Personal/Diary 2 /staff/randy/Pictures 1032 /staff/randy/Music 2 /staff/randy/Music/Pop 101 /staff/randy/Music/Country 1 |
This assign is due Wed September 14th, and is -1 point for every class day late. It is out of 8 points.