Skip to content

Commit

Permalink
Merge pull request #302 from Cyb3rKn1gh7/patch-3
Browse files Browse the repository at this point in the history
Update Linux_CheatSheet.md
  • Loading branch information
Jahenr authored Mar 24, 2024
2 parents 69f6c42 + 91c29e1 commit 1945c3e
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 @@ -411,3 +411,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 1945c3e

Please sign in to comment.