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

Re: pause command line utility



> > I need pause utility to keep gpg-agent in foreground:
> > gpg-agent --use-standard-socket --daemon ./pause
> >=20
> > Something like following C program:
> >=20
> > 	#include <stdio.h>
> >=20
> > 	int main (void)
> > 	{
> > 		return pause();
> > 	}
> >=20
> > 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.

Brilliant! Thank you.

-- 
Accept: text/plain, text/x-diff
Accept-Language: eo,en,ru
X-Web-Site: sinsekvu.github.io


Reply to: