diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md index bb4f8b0b3..c0a9d5865 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md @@ -1 +1,8 @@ -# Cut \ No newline at end of file +# cut + +The cut utility cuts out selected portions of each line (as specified by list) from each file and writes them to the standard output. + +See `man cut` for further information. + +cut Cheat Sheet +cut Documentation