Search Results

Search: Posts Made By: kim187
1,272
Posted By kim187
yah its a snario all i wanted to knwo was how to...
yah its a snario all i wanted to knwo was how to read it.

just confuesd on that
1,272
Posted By kim187
?'s on a script like this???
problem with shell program, that reads the command line arguments, counts the
number of options (those arguments that start with a - , and counts the number of
arguments (those arguments that ...
2,073
Posted By kim187
syntex error script any suggestions
a script with prompts user and returns the value of there home directory and full name

#!/bin/bash


echo "please enter your login ID"

read login_id

while $login_id -ne `grep $login_id...
4,951
Posted By kim187
script on user who logged in????
writing a script that will check every 5 seconds whether a particular user has
logged into the system

# Determine if someone is logged on
# Version 4.0
if [ “$#” ne
1 ]
then
echo “...
2,117
Posted By kim187
shell script ` ` need help if in the right place
> #!/bin/bash
>
>
> echo "please enter your login ID"
>
> read login_id
>
>
> while[ $login_id -ne `grep $login_id /etc/passwd | cut -f1 -d:`

prompts for any users login_id and returns the...
2,194
Posted By kim187
thanks
yah it gets a bunch of hellos out there


I must have forgot about the done command. no systex error.

i thought I put that on the command thanks for help cameron
1,235
Posted By kim187
is this script right???
my friend has challenged me to this


shell program,count85, that reads the command line arguments, counts the number of

options (those arguments that start with a - , and counts the...
2,194
Posted By kim187
help with scrpit
my friend has quized me.. I'm very new to scripts but I know I'm somewhat close

any help would be a major help..
here is the script

ex

shell program, hello, to display the phrase "hello...
Showing results 1 to 8 of 8

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