> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > whats the code that makes it list the uptime? uptime | cut -f 4,5,7 -d " " | sed 's/,$//' On my Mac, this results in: 1 day, 9:29
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > whats the code that makes it list the uptime? uptime | cut -f 4,5,7 -d " " | sed 's/,$//' On my Mac, this results in: 1 day, 9:29