
rovf
Veteran
Apr 21, 2011, 9:07 AM
Post #2 of 2
(330 views)
|
|
Re: [Egypte] [HELP] convert Perl script to Bash shell script
[In reply to]
|
Can't Post
|
|
For catching interrupts, see the 'trap' command of bash. For the argument in the while loop, see the $((....)) which is convenient for doing arithmetic evaluation. For reading from STDIN, see the read command.
|