On Fri, Apr 04, 2014 at 09:03:21PM -0430, Edward Villarroel (EDD) wrote:
> bueno una pregunta y si lo que quiero es q entre un comando y otro
> pase un tiempo determinado ejemplo
> 
> ps
> espere uno 10m
> exit
> 
> 
> como se hace ? si estoy haciendo un script?
> Edward Villarroel:  @Agentedd
Usa el comando sleep,

ps
sleep 10m
exit


man 1 sleep # para más información

-- 
eb


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Responder a