Working with syntax
Listing available formats
To list available filter list formats/syntax, run:
tblockc -l
Or:
tblockc --list-syntax
Get the format of a file
To detect the format/syntax of a filter list, run (assuming the file you want to check is list.txt
):
tblockc -g list.txt
Or the long operation:
tblockc --get-syntax list.txt