10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
HI all, im new to shell scripting. need your guidence for my script. i wrote one script and is attached here
Im explaining the requirement of script.
AIM: Shell script to run automatically as per scheduled and backup few network devices configurations. Script will contain a set of commands... (4 Replies)
Discussion started by: saichand1985
4 Replies
2. Shell Programming and Scripting
Hello,
Ubuntu server 11.10
can anybody help what is problem with my shell script?
#!/bin/bash
#script to find out currently logged on user is root or not.
if ]
then
echo "You are super"
else
echo "You are awesome!"
fi
When I run script, I get following output
./uid: line 3:
I... (4 Replies)
Discussion started by: kaustubh
4 Replies
3. Shell Programming and Scripting
hi!i am musician and have very little knowledge about shell
here's my script
#!/bin/bash
for (( ; ; ))
do
wget some wikipedia article here --output-document=- > /dev/audio
done
so it downloads random wikipedia page (forum doesnt let me post link so i wrote some wikipedia article here... (6 Replies)
Discussion started by: karlhungus
6 Replies
4. Shell Programming and Scripting
Hi Everyone,
we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment?
Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies
5. Shell Programming and Scripting
Hi
I am new to scripting and having trouble with an assignment. I have written this script:
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
printf "\nWhat is the name of the input file? "
read INPUT_FILE
if test ! -f ./$INPUT_FILE ; then
printf "\nNo matching file... (2 Replies)
Discussion started by: foyn
2 Replies
6. Shell Programming and Scripting
Hi all,
I've been trying to get this script right for the past few days and just can't figure out where I'm going wrong. Since one of my internet connections is extremely flaky I want to run this script to ping every 5 minutes and then reboot the router via telnet if I don't get a response.
... (5 Replies)
Discussion started by: goatmilk
5 Replies
7. Shell Programming and Scripting
Im a UNIX newbie so please excuse the little knowledge I have, Im trying to learn. I created a script that logs into multiple servers, gets data and saves it on the local server.
The script looks like this..
#!/opt/local/bin/expect
# Set username/password to initially login to switch.... (4 Replies)
Discussion started by: jay11789
4 Replies
8. Shell Programming and Scripting
Hi
I have about 5000 expired images that need removed from disk. Instead of doing it manually I am trying to use the following script:
#vi remove_expired_images
FilePath=/Scripts
for i in `cat $FilePath/backupid.txt`
do
#echo $i >> $FilePath/Jim.txt... (2 Replies)
Discussion started by: jamba1
2 Replies
9. Shell Programming and Scripting
My problem looks like it should have a simple solution but it seems that after many days of research I cannot find a good solution. What I have is an input file that contains lines of information. What I need is to extract specific information from that file. What I know is that somewhere in the... (2 Replies)
Discussion started by: eback
2 Replies
10. Solaris
Hello all,
I have an ss20 running Solaris 7, with an attached 4mm tape drive. The machine has one 1.2GB SCSI HDD. I would like to backup other machines
to tape, but I can't do a stopover on the ss20s hard disk, as there is virtually no space available. Is there a way I can make the tape... (5 Replies)
Discussion started by: jolok
5 Replies