mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 08:35:42 +02:00
added fmt content (#1465)
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
# Fmt
|
# 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`
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.devopsroles.com/fmt-command-in-linux-with-example/'>Fmt command with Examples</BadgeLink>
|
Reference in New Issue
Block a user