Summary: Look for the answer to your homework in the man pages for "init". The section that talks about "Run Level Changes" should be helpful to you. ...
Summary: If you want to ask people for help with your homework, you would do much better to attempt the problem then ask for help regarding specific issues tha...
Summary: William is right. Unless you are working under the contraints of homework, no one uses csh for scripting because it works poorly. #!/bin/ksh rm /tmp/d...
Summary: Unless you are working under the contraints of a homework assignment, it is a bad idea to write scripts in csh. http://www.faqs.org/faqs/unix-faq/shel...
Summary: Hi, i think this is your homework! I don't tell you the full solution. But have a look into the awk manpages!!! Have a nice day greets struzzo ...
Summary: That looks like a pretty standard profile or .rc file for a user account. This file is run when you start a shell and defines things for the shell ses...
Summary: You'll either have to read these values into an array or directly from a file. The logic to do the calculations is simple. I have included a little ...
Summary: Please post what you have done so far and questions about the trouble spots. Don't expect someone else to do your homework. man who man last man rm ma...
Summary: Wow, and your homework is due when? As far as the vi stuff: #1 while in vi, :3,9s/bad/good/g #4 while in vi, :wq (if that does not work try :wq!) Th...
Summary: There is a way of doing it. Why don't you post your homework assignment so I can verify my procedure is in conformance with your assignment. ...
Summary: As far as I know.. you changed the [^a-z0-9_ \t] to [:alpha:].What does this alpha function do? counting alphabets? You could tell me earlier if you w...
Summary: 1. echo $SHELL 2. Invoke a different shell simply by running it. Below, my current shell prompt is $. I invoke the c-shell, which uses % as its prom...
Summary: You would get a better reaction if you started with "I'm having trouble with my class room assignment. I've read the study material and tried to solve...
Summary: i have a homework assingment and it requires me to make a new dir in side the dir lab5 the new dir is called testLab5 without changing directories cop...