No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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. [CODE]df -h | cut -d " " -f1 [/CODE] And that … | |
Re: 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 easiest way to go. now to calculate the numbers you must … | |
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 redirect the output back into the script. I found everything what the teacher … | |
Re: 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!... | |
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). This is the assignment: Write a script that will prompt the user to … | |
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 do that in python Thanks for your help | |
| |
Re: Yeah, A liveCD of Ubuntu or Kbuntu is best. FYI: My first time playing with Unix like Os was with knoppix. It was interesting... |