Re: sole instance of a process

2014-11-20 Thread Alexander Hall
On November 21, 2014 7:57:22 AM CET, Pete Vickers wrote: >Hi, > >I suspect this may be the wrong list for this question. However >although strictly it's a Bourne shell script query, it only seem to act >up under OpenBSD (for me). > >Essentially I have a job which needs to be run periodically. So

Re: sole instance of a process

2014-11-20 Thread Vadim Zhukov
21 нояб. 2014 г. 10:00 пользователь "Pete Vickers" написал: > > Hi, > > I suspect this may be the wrong list for this question. However although strictly it's a Bourne shell script query, it only seem to act up under OpenBSD (for me). > > Essentially I have a job which need

sole instance of a process

2014-11-20 Thread Pete Vickers
Hi, I suspect this may be the wrong list for this question. However although strictly it's a Bourne shell script query, it only seem to act up under OpenBSD (for me). Essentially I have a job which needs to be run periodically. So I have a shell script to do the necessary commands, and this is