Search Results

Search: Posts Made By: veronica
1,834
Posted By veronica
#!/bin/bash echo "Enter the opt" read opt ...
#!/bin/bash
echo "Enter the opt"
read opt
case $opt in
[1]) echo "SDP" ;;
break;
echo "Enter the IP:"
read IP
scp /tmp/test/SDP.sh sdpuser@$IP:/tmp/. ;
ssh sdpuser@$IP -t "sudo sh...
1,834
Posted By veronica
Hi What i want to do is that when i select...
Hi

What i want to do is that when i select option1, it picks up script1 accordingly from another path and then scp to destination server?

In between selecting the correct script and moving to...
1,834
Posted By veronica
Code: #!/bin/bash # clear the screen ...
Code:
#!/bin/bash

# clear the screen
tput clear

# Move cursor to screen location X,Y (top left is 0,0)
tput cup 3 15

# Set a foreground colour using ANSI escape
tput setaf 3
echo...
1,834
Posted By veronica
Interacitve script for Healthcheckup of nodes
Hi
This is my first post to this site.:D
I want to develop a script with following steps:
1.Script1,2,3 placed at particular path on local server
2.ask for an IP and will directly pick up the...
Showing results 1 to 4 of 4

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