Search Results

Search: Posts Made By: lexydoll87
1,472
Posted By lexydoll87
is that what i do for every number 0-30? thats...
is that what i do for every number 0-30? thats long
1,472
Posted By lexydoll87
Programming question
How do I create a program that will allow a user to type in a number, while the program outputs that number in words. For example, if a user types in 21, the computer would respond with twenty-one....
6,881
Posted By lexydoll87
That's it! Thanks! If anyone has any other...
That's it! Thanks! If anyone has any other suggestions, please post, because I like knowing multiple ways of writing for statements.
6,881
Posted By lexydoll87
Possibly...I know what I want, I'm trying to...
Possibly...I know what I want, I'm trying to explain it. I want to write the for statement in the same format as durden just did it above.
6,881
Posted By lexydoll87
that is it i think! but what is n, n++, i, and...
that is it i think! but what is n, n++, i, and -eq? also, dont the results of each command have to be included?
6,881
Posted By lexydoll87
I am thinking of the way using the keywords (for,...
I am thinking of the way using the keywords (for, in, do, done) along with echo and other words....like this is how i write loops counting down from 10 to 0

#!/bin/bash
count=10
until [ $count =...
6,881
Posted By lexydoll87
I think that is close. Is that how i would go...
I think that is close. Is that how i would go about writing a for statement?
6,881
Posted By lexydoll87
no. this is me work
no. this is me work
6,881
Posted By lexydoll87
I want the output to be: date gives the...
I want the output to be:

date gives the current date
who shows who is currently online
finger gives information about a user
ps displays processes currently running
6,881
Posted By lexydoll87
what do you mean by requiremnt?
what do you mean by requiremnt?
6,881
Posted By lexydoll87
What can I want? Give me choices and I will tell...
What can I want? Give me choices and I will tell you. Isn't the output whatever the user sees when they type the ps, who, finger, and date commands?
I know how to do case statements, but for...
6,881
Posted By lexydoll87
I am not really sure what output I am expecting....
I am not really sure what output I am expecting. I guess I am expecting to get the results of the who, ps, finger and date commands? I have not tried anything, as I am not good with writing for...
6,881
Posted By lexydoll87
Help with For Statements
Hi, I am trying to write a for statement that will allow for the ps, who, finger, and date commands to run. Can anyone help? I use Putty.
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 01:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy