Re: signal processing INT or TERM

2008-10-31 Thread Mark Wagner
On Wed, Oct 29, 2008 at 13:50, icarus [EMAIL PROTECTED] wrote: perl 5.8.2 OS: AIX fully POSIX compliant my script moves files from one dir to another. When I want my script to stop, should I pass it along the signal INT or TERM? INT just interrupts the script. It finishes whatever it's

signal processing INT or TERM

2008-10-30 Thread icarus
perl 5.8.2 OS: AIX fully POSIX compliant my script moves files from one dir to another. When I want my script to stop, should I pass it along the signal INT or TERM? INT just interrupts the script. It finishes whatever it's processing and then it's done. TERM on the other hand, just sends a