Skip to content

Commit

Permalink
Merge pull request #300 from Cyb3rKn1gh7/patch-1
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 051414f + f4b6821 commit c234aeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Linux_CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ Linux/Unix:
#Set keyboard input
localectl set-keymap <language region>
#for counting characters in a text file
wc <option> <file name>
#Option include
-l = for displaying line count of a file/no of lines in a text file

#cut command that allow you to process and filter text files
cut <option> <filename>
Expand Down

0 comments on commit c234aeb

Please sign in to comment.