Parses a directory of HTML log files or a single file and replaces all text inputs by MD5 hash values of the entered texts. Through this, the entered data is pseudomized but can still be compared. The process can be parameterized to consider file input and search fields as well. $USAGE$ path to the file or directory in which the files are to be pseudomized [includeFileInputs] provided, if content of file input fields shall be pseudomized, as well [includeSearchInputs] provided, if content of search fields shall be pseudomized, as well Example(s): pseudomizeHTMLTextInputs /path/to/file.log pseudomizeHTMLTextInputs /path/to/directory includeFileInputs includeSearchInputs