Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 223 Bytes

File metadata and controls

9 lines (6 loc) · 223 Bytes

time

My implementation of the time command from the Unix operating systems. It is used to determine the duration of execution of a particular command.

Compilation

$ make

Usage

$ ./time <command> [args]