show_file ¤ Cats a file. Parameters¤ fn: filepath Example¤ LP Source: ```json lp mode=show_file fn=/tmp/myfile.json addsrc {"foo": "bar"} ``` Result: $ cat /tmp/myfile.json { "foo": "bar" }