One of the information I needed most is the file version. You can learn this in unix systems with the following command.
1 |
$ strings $XX_TOP/xyz/your_file_nameĀ | grep 'Header:' |
One of the information I needed most is the file version. You can learn this in unix systems with the following command.
1 |
$ strings $XX_TOP/xyz/your_file_nameĀ | grep 'Header:' |