mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 08:40:40 +02:00
Add cut command
cut documentation
This commit is contained in:
committed by
GitHub
parent
e7bba41786
commit
5a6d702aab
@@ -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>
|
||||
|
Reference in New Issue
Block a user