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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -