Search Results

Search: Posts Made By: AKB48
Forum: Programming 03-16-2012
16,936
Posted By Corona688
regexp.h is part of UNIX. :) So not a bad...
regexp.h is part of UNIX. :) So not a bad question. The manual page is a good start, see man regcomp. Also here is a short example.

#include <stdio.h>
#include <regex.h>
int main(void)
{
...
Forum: Programming 03-16-2012
16,936
Posted By codemaniac
regular expressions are not part of Standard C,...
regular expressions are not part of Standard C, you might find some
libraries for it. All i can suggest is searching for PCRE might give you something .
7,292
Posted By drl
Hi. There is more than one way to interpret...
Hi.

There is more than one way to interpret your question; methyl and vbe have one, here's another:
SYNOPSIS
timeout [OPTION] NUMBER[SUFFIX] COMMAND [ARG]...
timeout [OPTION]
...
7,292
Posted By methyl
Consider what would happen if you had the...
Consider what would happen if you had the following 6 crons:
/path_to_script/scriptname
sleep 10;/path_to_script/scriptname
sleep 20;/path_to_script/scriptname
sleep 30;/path_to_script/scriptname...
7,292
Posted By methyl
Are you sure? Please post what Operating...
Are you sure?

Please post what Operating System and version you have and what Shell you are using.
Also, please post what problem you are trying to solve.
7,292
Posted By vbe
Use a while loop with a sleep of 10...
Use a while loop with a sleep of 10...
Showing results 1 to 6 of 6

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