Forum: Perl Sep 1st, 2004 |
| Replies: 2 Views: 4,653 |
Forum: Perl Jul 23rd, 2004 |
| Replies: 2 Views: 4,653 |
Forum: Shell Scripting Jul 19th, 2004 |
| Replies: 7 Views: 9,770 Re: Bash shell screipt help Thanks Christian. I beat myself over the head repeatedly when I saw the easier solution. Man I don't know why I always make this harder than it needs to be.
:o |
Forum: Shell Scripting Jul 19th, 2004 |
| Replies: 7 Views: 9,770 Re: Bash shell screipt help #!/bin/bash
#validate there are 2 arguments passed
#validate argument 1 exists and display an error if it does not
#validate argument 2 is a number and display error if not
directory=$1 ... |
Forum: Shell Scripting Jul 18th, 2004 |
| Replies: 7 Views: 9,770 Re: Bash shell screipt help I got it figured out another (simpler) way, although I would still like help figuring my original way out. What I ended up with was:
#!/bin/bash
#validate there are 2 arguments passed
... |
Forum: Shell Scripting Jul 18th, 2004 |
| Replies: 2 Views: 29,602 |
Forum: Shell Scripting Jul 17th, 2004 |
| Replies: 7 Views: 9,770 Re: Bash shell script help Thanks for your input. I think I'm dancing all around it. I've put grep in between my sort and awk commands, but I can't get the format down. I think it should be something like grep -r if $size>=$2,... |
Forum: Community Introductions Jul 17th, 2004 |
| Replies: 612 Views: 95,150 |
Forum: Community Introductions Jul 16th, 2004 |
| Replies: 612 Views: 95,150 Re: Forum lurkers, introduce yourself ... !! Hi everyone. My name is Tim Cummings. I'm currently getting my Bachelors degree in Information Systems Security. This site is so full of information that it's intoxicating. I hope that I can gain... |
Forum: Web Browsers Jul 16th, 2004 |
| Replies: 8 Views: 2,474 Re: dial-up comes up automatically Running the Spybot and adware programs are an excellent idea. The IT department at work sweaars by these two utilities and so I use them too. In addition you might try to run the msconfig utility... |
Forum: Windows NT / 2000 / XP / 2003 Jul 16th, 2004 |
| Replies: 2 Views: 2,146 |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 7 Views: 9,770 Re: Bash shell screipt help Ok, I've gotten myself further now, but I'm still a little stuck. I have this done so far:
#!/bin/bash
#validate there are 2 arguments passed
#validate argument 1 exists and display an error if it... |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 5 Views: 6,317 Re: Shell Programming This gave me a laugh. I'm currently in a Unix class and we are doing shell scripting. It's over for me after next week. We shift to Perl then. Shell scripting has drove me nuts! I'm just glad to... |
Forum: Getting Started and Choosing a Distro Jul 16th, 2004 |
| Replies: 17 Views: 6,074 Re: unix or linux ?? Where has this website been all my life!?! Thanks for sharing it. What a 1 stop shopping site that is. Any particular favorite you'd recommend? I like Mandrake the best, but I've really only... |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 7 Views: 9,770 Bash shell screipt help Hi everyone. I am fairly new to Linux and I am taking a UNIX course. I have been asked to write a shell script and I am having a little trouble. I was wondering if anyone could help me. Here are my... |