Created
March 3, 2024 00:47
-
-
Save jnbdz/e8d16a5b8f5b0e3f69ce98870a503303 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '{if (!match($0, /^[[:print:]\t\n\r]+$/)) print NR, $0}' ~/.bash_history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grep -a