command line - grep from bottom to top of a file -


What is the option with grep or egrep, through which we can find a file from top to bottom generally they work on top

  tac your.log | Grep stuff  

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -