Forum: Shell Scripting 25 Days Ago |
| Replies: 2 Views: 470 Hi everyone,
In part of my script, I'm trying cut out couple of columns from the df -h command.
The ones I want is the Filesystem column and the Mounted On column. This is what I have so far.
... |
Forum: Shell Scripting Apr 25th, 2008 |
| Replies: 5 Views: 1,322 I have the same damn homework, this is easy.
The subfunction is the datafile or the numbers you have to convert.
Place it in some type of while, for, or until loop. I found that the for loop is... |
Forum: Shell Scripting Apr 14th, 2008 |
| Replies: 3 Views: 1,090 Thanks for the program...
Yup, I have to do this on the campus server, but it is running Fedora Core4.
Thanks for your help though!... |
Forum: Shell Scripting Apr 12th, 2008 |
| Replies: 3 Views: 1,090 Hey I need some with help this...
I'm writing a script that will display, "date and time, how much memory and HD is used, plus display the type of processor info and temperature of the CPU". Then... |
Forum: Shell Scripting Apr 12th, 2008 |
| Replies: 13 Views: 2,733 I wished I had seen this post earlier. Cause I had the same home work in my unix class.
It took me a good while, but I got it working with the for loop.
Anywho, happy scripting!... |
Forum: Python Feb 25th, 2008 |
| Replies: 3 Views: 598 That is clean code!
I guest i needed to add some comments.
But hey, thanks for the help. |
Forum: Python Feb 25th, 2008 |
| Replies: 3 Views: 598 Hi guys,
I have a friend at school and she's taken Unix 2. She gave me a copy of her work assignment so that I could improve my scripting skills (Still a begginner at python and programming).
... |
Forum: Python Jan 29th, 2008 |
| Replies: 6 Views: 737 Hey thanks for the example.
That really got me thinking on how i should tweak my script. |
Forum: Python Jan 28th, 2008 |
| Replies: 6 Views: 737 ok
The reason why the program wasn't working, using the "os.system()", I didn't encase the "clear" command with double quotes. (DUH!!!:P ) |
Forum: Python Jan 28th, 2008 |
| Replies: 6 Views: 737 Ok thanks for the help!
So imported the module os and sys (though I'm not sure if I needed sys).
where do I go from there.
I just want to clear the screen in linux.
And for some reason my... |
Forum: Python Jan 28th, 2008 |
| Replies: 6 Views: 737 Ok, i Just remembered how to get the sqaure root thing going.
just need help on the other one.
thanks! |
Forum: Python Jan 28th, 2008 |
| Replies: 6 Views: 737 Hey, guys!
having a little problem in python, how can I square root number or a varible in python?
And I'm trying incoparate the os function of unix, like using the clear command. How could I... |
Forum: Python Jan 4th, 2008 |
| Replies: 4 Views: 946 Hey, thats a nice site!
Thanks for the link |
Forum: IT Professionals' Lounge Jan 3rd, 2008 |
| Replies: 5 Views: 1,148 Yeah, A liveCD of Ubuntu or Kbuntu is best.
FYI:
My first time playing with Unix like Os was with knoppix. It was interesting... |