...
- Download Linux version of FIXGrep from client space or on http://www.b2bits.com/trading_solutions/fix_log_analyzers.html
Extract the archive to the required directory. For example:
Code Block theme Confluence language bash title Unpack the archive tar -xzvf FIXGrep-1.2.12.0-linux-x64.tar.gz -C /FIXEdge/
- Request the license from sales@btobits.com or use the one you already own;
Copy the license into the directory where the files are located:
Code Block theme Confluence language bash title License update example cp /tmp/download/fixgrep.license /FIXEdge/fixgrep-1.2.12.0/
Run the query.
Code Block theme Confluence language bash title Query example ./fixgrep 35="0" /log/FIXEdge/*.in -o result.log
...