I have a file called a.txt
something [low] https://url/low.txt
something [info] http://url1/low.txt
something [low] https://url2/robots.txt
How can i achieve this output using grep command?
something [low] https://url/low.txt
something [low] https://url2/robots.txt
thanks in advance