diff --git a/Base/usr/share/man/man1/uptime.md b/Base/usr/share/man/man1/uptime.md new file mode 100644 index 0000000000..c00da08187 --- /dev/null +++ b/Base/usr/share/man/man1/uptime.md @@ -0,0 +1,16 @@ +## Name + +uptime - Tell how long the system has been running + +## Synopsis + +```sh +$ uptime +``` + +## Examples + +```sh +$ uptime +Up 2 minutes, 20 seconds +```