79611055

Date: 2025-05-07 16:51:32
Score: 1
Natty:
Report link

Nice!

While looking for when some sleep command started, here is what can be typed:

ps -p `pgrep sleep` -o user,pid,start,cmd
USER       PID  STARTED CMD
user     25218 18:33:03 sleep 357

In this case the sleep command will finish precisely at 18:39:00

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stéphane Peters