From 833886fd77788c6e7b5f25464f0fe94b8c1713ed Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Sat, 13 Aug 2022 08:03:46 -0400
Subject: [PATCH] Add wc command content
wc documentation
---
.../102-managing-servers/101-live-in-terminal/131-wc.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/131-wc.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/131-wc.md
index 85ec04553..a79e9f5ff 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/131-wc.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/131-wc.md
@@ -1 +1,8 @@
-# Wc
\ No newline at end of file
+# wc
+
+The wc utility displays the number of lines, words, and bytes contained in each input file, or standard input (if no file is specified) to the standard output.
+
+See `man wc` for further information.
+
+wc Cheat Sheet
+wc Documentation