Search Results

Search: Posts Made By: leemalloy
1,191
Posted By leemalloy
Thank you all for the response. The information...
Thank you all for the response. The information definitley helped.
1,191
Posted By leemalloy
What is ${#1}?
What is the purpose of ${#1} in a shell script?

if [[ ${#1} -le 0 || ${#2} -le 0 ]]; then
Forum: Programming 05-22-2013
1,580
Posted By leemalloy
Parse XML file
How do I get the field info for tags ID, NAME, DESCRIPTION. Below is my current code put I can't get beyond the first_child of the file.

use strict;
use warnings;
use...
Forum: AIX 03-28-2013
5,059
Posted By leemalloy
Deny rsh,tn,or rlogin
Is there a way to deny access to a specific remote login option.

example:
usera--deny telnet access but keep rsh and rlogin
userb--keeps telnet, rsh, and rlogin

I'm basically trying to...
33,090
Posted By leemalloy
That worked thanks
That worked thanks
33,090
Posted By leemalloy
I'm using it to validate a numer range because it...
I'm using it to validate a numer range because it a number is chose outside of the range I and exiting the program
33,090
Posted By leemalloy
If statement test against number range [0-9]
Is it possible to test against a varible within a ranges in a if statement.

ex.
if [ $test != [0-9] ];then
echo "not in range"
else
echo "number within range"
fi
13,496
Posted By leemalloy
Error on the expect
The scrip keeps coming up with an error.

invalid command name "}"
while executing
"}"
(file "./pwd2.exp" line 16)
13,496
Posted By leemalloy
Expect scripting telnet stop on bad username or password
I am trying to build and expect script to log into multiple aix boxes and change password. I need for the script to terminate if it cannot log into a server because the username or password is wrong....
Showing results 1 to 9 of 9

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