Search Results

Search: Posts Made By: cronboss
2,181
Posted By cronboss
Preventing script to run at the same time.
I have a script, myscript.pl

I want to set the script to exit if it is already running.

At the moment I am using soft stop.
eg:
if -e dummy file then exit
else create a dummy file

Is...
185,759
Posted By cronboss
Bash has this option too set -o vi this will...
Bash has this option too
set -o vi
this will set the history editor to vi

Cheers!
Showing results 1 to 2 of 2

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