From 5eade48001ea6ffb6d8a43cb628611b21c4e9681 Mon Sep 17 00:00:00 2001
From: andran777 <86196800+andran777@users.noreply.github.com>
Date: Sat, 13 Aug 2022 03:46:38 +0530
Subject: [PATCH] added fmt content (#1465)
---
.../102-managing-servers/101-live-in-terminal/128-fmt.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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