[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pause command line utility



On 07/02/2016 02:45 AM, Dmitry Bogatov wrote:
> I need pause utility to keep gpg-agent in foreground:
> gpg-agent --use-standard-socket --daemon ./pause
> 
> Something like following C program:
> 
> 	#include <stdio.h>
> 
> 	int main (void)
> 	{
> 		return pause();
> 	}
> 
> Is there any standard utility for it?

I expect tail -f /dev/null to be close enough in behavior to
pause(3), even though it does something else internally.

Regards,
Christian

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: