![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wildcard in a if cycle | elionba82 | Shell Programming and Scripting | 2 | 04-18-2008 05:25 AM |
| CEP vs the hype cycle | iBot | Complex Event Processing RSS News | 0 | 02-05-2008 03:20 PM |
| For cycle | nagomes | Shell Programming and Scripting | 3 | 06-08-2007 02:48 AM |
| Stopping a command in between | superprg | Shell Programming and Scripting | 3 | 01-11-2007 05:29 PM |
| shell cycle | mape | Shell Programming and Scripting | 2 | 07-14-2006 12:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Stopping a command during the cycle
Hi,
Two things really: 1) can you input a code to pause a program until a key is pressed? 2) can you stop a command during a cycle? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
1) What language?
2) I'm sorry, I don't understand the question. What command? What cycle? |
|
#3
|
|||
|
|||
|
im working in secure crt and for instance im writing a script to run the ping command to test if its recieving but the command goes on so long i want to stop it half way through.
|
|
#4
|
|||
|
|||
|
1) Secure CRT is not a language, it's just the program you connect with. What language are you programming in?
2) Hit ctrl-c to send the program a SIGINT, which will kill it. |
|
#5
|
|||
|
|||
|
1) I dunno is it SSH?
2) Sorry i meant in a script. |
|
#6
|
|||
|
|||
|
1) No, it is not SSH. Again, that's the program you're connecting with, it has nothing to do with what language you use once connected. If you don't even know what language you're using I can't help you.
2) See 'man ping'. |
|
#7
|
||||
|
||||
|
Quote:
It should start with #! |
||||
| Google The UNIX and Linux Forums |