Sort by

recency

|

62 Discussions

|

  • + 0 comments
    grep -i -w "the"
    
  • + 0 comments

    Another solution can be grep -i '\<the\>'.

  • + 0 comments

    You can find here HackerRank SQL Basic Join Bash Linux Shell Solution

    ‘Grep’ #2 HackerRank Solution

  • + 0 comments

    grep -w -i 'the'

  • + 0 comments

    case sensitive

    grep -iw 'the'