aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/time.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-14 14:10:41 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-14 14:10:41 +0100
commit3099cd5efceebcbbc5ab1202c2b183ccd4453a65 (patch)
tree966e24e1226e8e3b2f279cd651c13b6776537a9a /src/time.md
parentc5dfa4b329e9db6c68a6f5da77b7150f674206ef (diff)
downloadnotes-3099cd5efceebcbbc5ab1202c2b183ccd4453a65.tar.gz
notes-3099cd5efceebcbbc5ab1202c2b183ccd4453a65.zip
split debug.txt into mdbook chapters
Diffstat (limited to 'src/time.md')
-rw-r--r--src/time.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/time.md b/src/time.md
new file mode 100644
index 0000000..be404fb
--- /dev/null
+++ b/src/time.md
@@ -0,0 +1,6 @@
+# /usr/bin/time(1)
+
+```markdown
+# statistics of process run
+/usr/bin/time -v <cmd>
+```