Thursday, 13 October 2011

File versions in UNIX

In order to check the version of an object (form, report, etc) from the UNIX client, you can use the following command, replacing with the actual file name:
strings -a | grep ‘$Header’

No comments:

Post a Comment