diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/128-fmt.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/128-fmt.md
index 7f0fe40d8..6c980b34f 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/128-fmt.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/128-fmt.md
@@ -1 +1,8 @@
-# Fmt
\ No newline at end of file
+# fmt
+
+`fmt` command is for formatting and optimizing contents in text files. It will be really usefull when it comes to beautify large text files by setting uniform column width and spaces.
+
+It has the following syntax: `$ fmt [-width] [option] [file]` e.g. `$ fmt file.txt`
+
+Free Content
+Fmt command with Examples
\ No newline at end of file