.. generated, remove this comment to keep this file ``icat`` ======== .. code-block:: console $ target-query -f icat .. list-table:: Details :widths: 20 80 * - Module - ``filesystem.icat.ICatPlugin`` * - Output - ``no output`` **Module documentation** Plugin to output the contents of a file based on its MFT segment or inode number. **Function documentation** Output the contents of a file based on its MFT segment or inode number. Supports Alternate Data Streams Example: # outputs contents of segment defaults to 'sysvol' target-query -f icat --segment 96997 # outputs contents of inode defaults to '/' target-query -f icat --inode 50947 # outputs contents of segment's ADS target-query -f icat --segment 96997 --ads Zone.Identifier # outputs contents of segment in filesystem 3 of target target-query -f icat --fs 3 --segment 96997 # outputs contents of inode in filesystem 2 of target target-query -f icat --fs 2 --inode 50947