Comments on: 11 Advanced Linux ‘Grep’ Commands on Character Classes and Bracket Expressions https://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 02:31:06 +0000 hourly 1 By: Alexander https://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/comment-page-1/#comment-974744 Wed, 07 Mar 2018 07:19:07 +0000 http://www.tecmint.com/?p=22459#comment-974744 Those aren’t 11 commands – it’s just one “command”. And on your Google Plus post, you showed the “command” ^C which isn’t even explained here…

]]>
By: vinay singh https://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/comment-page-1/#comment-888914 Wed, 10 May 2017 09:56:06 +0000 http://www.tecmint.com/?p=22459#comment-888914 grep "^[[:punct:]]" tecmint.txt for Search Punctuation Characters is not working then I tried to grep -c “(” it works but didn’t solve my problem

]]>
By: Ravi Saive https://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/comment-page-1/#comment-811482 Wed, 31 Aug 2016 11:47:24 +0000 http://www.tecmint.com/?p=22459#comment-811482 In reply to Jonix.

@Jonas,

Thanks for pointing out, yes it should be 0-9, A-F and a-f only when using with xdigit.

]]>
By: Jonix https://www.tecmint.com/linux-grep-commands-character-classes-bracket-expressions/comment-page-1/#comment-811481 Wed, 31 Aug 2016 11:44:26 +0000 http://www.tecmint.com/?p=22459#comment-811481 When doing search with xdigit it should be within range 0-9 and A-F and a-f only.

]]>