in my linux machine red-hat 5.1 - in ppp file - I have only the signature.pl string !!!
I set ppp file in $a param
And compare $a with signature.pl
But as all see here this not equal - why ? or if I have empty space?
I have a list of scripts
./myscript <param> | grep "asd"
./myotherscript <param> <param> > file
...
How can I automaticaly run another script when one of these command in the list is executed and finished?
Hi All,
Can anyone give me Shell script sample script to generate Param file by Reading Values from DQL Plus query and it should assign those values to variables like..
$$SChema_Nmae='ORCL'
Thanks in Advance... Srav...
I created the following VB6 code and I created two controls on my form - Combo1 (listbox) and Command3 (a button).
When I select an item from the Combo1 list I assign a string to the form scoped variable param and display it in a message box and then dismiss it.
I inherited some code where one script references another like this:
#Script1.ps1
param($arg1)
# do some stuff
# call script2 with argument from script1
.\script2.ps1 $arg1
#script2.ps1
param($arg1)
# do some stuff unique to this script
This works fine locally, but when both scripts are deployed to remote server, and script1 is called via invoke-command, the remote PS instance complains tha
I want to completely terminate/exit a bash shell script upon error, but using a function error that lets me display a debug output before termination.
I have a single threaded application. If i use below code, i get sched_setscheduler(): Operation not permitted
.
struct sched_param param;
param.sched_priority = 1;
if (sched_setscheduler(getpid(), SCHED_RR, ¶m))
printf(stderr, "sched_setscheduler(): %s\n", strerror(errno));
But, if i use pthread api such as below, i dont get an error.
I installed freeswitch on a server (with centos).
What reason could there be for apache's server-status the ?auto param to result same output as without using ?auto ?