Skip to content

Commit

Permalink
Update Linux_CheatSheet.md
Browse files Browse the repository at this point in the history
added cut command with basic options
  • Loading branch information
Cyb3rKn1gh7 authored Oct 31, 2022
1 parent 777308d commit 91c29e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Linux_CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,10 @@ Linux/Unix:
#Set keyboard input
localectl set-keymap <language region>

#cut command that allow you to process and filter text files
cut <option> <filename>
#option include
-f = used for specifying a field, a set of fields, or a range of fields.
-d = Specify a delimiter that will be used, for ex: "," or " " or "-" or any single character delimiter. Default is "tab".

0 comments on commit 91c29e1

Please sign in to comment.