• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Unix/Linux command to display time

KillerCharlie

Diamond Member
I'm using PuTTY to connect to a server... what's the command to see the machine's time?

The reason I ask is because I'm editing the files locally (on my computer) and compiling/running them on the server, but there's a time difference and sometimes the makefile doesn't want to update the files that I changed.
 
Just FYI, the time command is used to actually time another command. So if you type 'time ls' it'll print how long the command took to execute and how much of it's time was spent in the kernel and how much in the command itself.
 
Back
Top