Sunday, December 5, 2010

How to find version of file on server?



strings -a $INV_TOP/forms/US/INVMWBIV.fmx | grep '$Header'


$Header: INVMWBIV.fmb 120.101.12000000.30 2008/07/17 07:07 ckrishna noship

OR

grep '$Header' $INV_TOP/patch/115/sql/INVTXGGB.pls

/* $Header: INVTXGGB.pls 120.55.12000000.15 2007/10/25 11:02:58 ksaripal ship $ */

3 comments:

  1. ident $INV_TOP/patch/115/sql/INVTXGGB.pls also works

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. If you are not sure on the path use following
    find . -name INVTXGGB*

    ReplyDelete

Note: Only a member of this blog may post a comment.