Skip to content

Commit

Permalink
Merge pull request #301 from Cyb3rKn1gh7/patch-2
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 1329294 + 620470a commit 1c9aafd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Linux_CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ Linux/Unix:
#Set keyboard input
localectl set-keymap <language region>
#curl is a command-line tool to transfer data to or from a server or for commuincating to a website
curl <options/URLs>

#for counting characters in a text file
wc <option> <file name>
Expand All @@ -424,3 +427,4 @@ Linux/Unix:
#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 1c9aafd

Please sign in to comment.