From 4ac41e15fd8ad3e96d669ca5ef200d187c5275ee Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Sat, 13 Aug 2022 08:05:01 -0400
Subject: [PATCH] Add cut command
cut documentation
---
.../102-managing-servers/101-live-in-terminal/124-cut.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md
index bb4f8b0b3..c0a9d5865 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md
@@ -1 +1,8 @@
-# Cut
\ No newline at end of file
+# cut
+
+The cut utility cuts out selected portions of each line (as specified by list) from each file and writes them to the standard output.
+
+See `man cut` for further information.
+
+cut Cheat Sheet
+cut Documentation