Main Menu

Search

JSON: JQ Command To List File In JSON Format

Below command can be used to list file in JSON format

jq . < <filename>


Please note there is space between . and “<“ and space after that before <filename>

No comments:

Post a Comment