Search Results

Search: Posts Made By: puneetarora_12
1,958
Posted By puneetarora_12
"trap"ed !
Hi,
I picked up a shell script function to implement a read timeout functionality : Wait for specified number of seconds to read input, else return.

E.g:
read_timeout 5 localvar
This would wait...
7,611
Posted By puneetarora_12
i tried the following: read -t10 lcl_var ...
i tried the following:
read -t10 lcl_var

it fails with error: bad options
7,611
Posted By puneetarora_12
Can a timeout be specified in a shell script?
Hi,
I have to develop a shell script which exits after <n> minutes. For e.g. The user is taking too much time to enter an input, and the script will terminate after 10 minutes pass by.

Is this...
5,176
Posted By puneetarora_12
Cron job skipping problem
Hi,
I have a crontab that runs some shell scripts at fixed intervals. Although, one condition for a script to continue is that a previous instance of the same script should have terminated. But,...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy