Search Results

Search: Posts Made By: Tuxidow
17,920
Posted By Tuxidow
Try this... #!/bin/sh stty -echo;...
Try this...



#!/bin/sh

stty -echo;
read -p "Input password:" A;
stty echo;
echo;
ip_address_list=/tmp/ip_address_list.txt

for HOST in `cat $ip_address_list`
do
echo "Connecting to...
Showing results 1 to 1 of 1

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