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