Add cut command

cut documentation
pull/1657/head
Paul Marsicovetere 2 years ago committed by GitHub
parent e7bba41786
commit 5a6d702aab
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md

@ -1 +1,8 @@
# Cut
# 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.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://bencane.com/2012/10/22/cheat-sheet-cutting-text-with-cut/'>cut Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/cut.1.html'>cut Documentation</BadgeLink>

Loading…
Cancel
Save