Forum: Networking Hardware Configuration Apr 28th, 2005 |
| Replies: 1 Views: 1,079 Sonet I'm doing a project for school on WAN technology and how it relates to voice over IP using SONET architecture. ANy ideas where to start or a website to check out? |
Forum: ASP.NET Apr 28th, 2005 |
| Replies: 0 Views: 2,269 |
Forum: Shell Scripting May 17th, 2004 |
| Replies: 3 Views: 3,358 Re: Case and loop haven't started it. I'm looking in my manuals and can't find anything like this |
Forum: Shell Scripting May 16th, 2004 |
| Replies: 3 Views: 3,358 Case and loop This is not hwork. Trying to teach myself.
I have to write a script that counts number of text, data, and html and C files in my home directory. I have to use case and loop. I have to display the... |
Forum: *nix Software May 15th, 2004 |
| Replies: 3 Views: 3,681 Using Grep my problem I have to write on a single line a command to launch a script only if the number of users on the system is less than ten.
This is what I have so far.
grep | who "* < 10 " $Users-on
I... |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 18 Views: 11,988 Re: writing a script Hi,
Wasn't sure what they meant by code. I have so far
ls | tee frizzle(script name) wc -l -d ./
Wasn't sure if I write that into a vi or do it drom the command prompt |
Forum: Shell Scripting May 14th, 2004 |
| Replies: 18 Views: 11,988 writing a script I need to write the code for a script to count and display # of files and directories and then dispaly the # of each as well as the script name as output. I also have to sow a command to execut the... |