From 74235f24ec1e9010bfcd4f6aca4f0984361d6917 Mon Sep 17 00:00:00 2001 From: Cyb3rKn1gh7 <45071972+Cyb3rKn1gh7@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:25:18 +0530 Subject: [PATCH] Update Linux_CheatSheet.md added wc command for counting characters in a text file and wc -l for counting lines --- Linux_CheatSheet.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Linux_CheatSheet.md b/Linux_CheatSheet.md index c3a00c8..6b1782c 100644 --- a/Linux_CheatSheet.md +++ b/Linux_CheatSheet.md @@ -380,3 +380,10 @@ Linux/Unix: #Set keyboard input localectl set-keymap + + #for counting characters in a text file + wc