8 More Discussions You Might Find Interesting
1. OS X (Apple)
Hmmm.
I cannot figure out where to disable this warning message in Safari.
Google says to disable something in Safari Tabs preferences but my Macs do not have that option in Mojave.
Anyone know how to disable the following so when I quit Safari it simply quits without the "freeze the... (12 Replies)
Discussion started by: Neo
12 Replies
2. Shell Programming and Scripting
Hi,
Here is my code to send read.txt to three servers.
col="prd167.mybank.com prd168.mybank.com bsprd169.mybank.com"
set -A look $col
for IndixList in ${look};
do
scp /tmp/read.txt admin@$IndixList:/tmp
done
This works and all the 3 servers gets the read.txt file.
However,... (8 Replies)
Discussion started by: mohtashims
8 Replies
3. Shell Programming and Scripting
Hey,
same problem. i want to check if files have been successfuly transferred after getting them back, but after I quit the ftp, nothing gets executed.
Difference from original post is that I get 226 and 221 feedbacks from the server.
226 Transfer complete.
2409 bytes received in 0.0086... (5 Replies)
Discussion started by: fpflug
5 Replies
4. Shell Programming and Scripting
I have a script that run several subscripts. I need to find out how to do two things. First I would like to check for a file and if that file is not there I want to quit the entire script without running the rest of the script which contain subscripts. If the file is there, I want it to continue... (1 Reply)
Discussion started by: libertyforall
1 Replies
5. UNIX for Dummies Questions & Answers
I'm using a while loop with an if statement. When the user choses a number, it will display a list of files. That works, the problem is q for quit won't exit script. How can I fix this? (10 Replies)
Discussion started by: smiley76112
10 Replies
6. Shell Programming and Scripting
hi all,
I am facing problem in shell scripting while using exit command, when ever i run a file using . ./<filename>, when i run the sae script as sh <filename> the script does not close the windows. since my script has function calls i have to use . ./ <filename>.
Could any one tell me... (8 Replies)
Discussion started by: caro
8 Replies
7. Shell Programming and Scripting
Hi everyone,
I am writing a small menu driven program and have come across a problem i am having trouble solving. I am using Windows XP and i am developing this in the Unix Bash shell. I am trying to make it possible to exit the program from each of the five main interfaces. The code is as... (4 Replies)
Discussion started by: warlock129
4 Replies
8. UNIX for Dummies Questions & Answers
hi, if i am in glance, how do i exit?
thanks (2 Replies)
Discussion started by: yls177
2 Replies