Skip to content

Commit

Permalink
[ DOC ]: Update documentation for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
a1eksb committed Jul 16, 2024
1 parent c26e539 commit a158ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dev_notes/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This will iterate over all lines of `./path/to/my_file.txt` and apply the specif
```bash linenums="1"
MY_VARIABLE=$(jq -r '.version' path/to/my/file.json)
```
The [jq package](https://jqlang.github.io/jq/) is a useful utility for processing `.json` files. Make sure to install it before attempting to use the above command.
The [jq package](https://jqlang.github.io/jq/) is a useful utility for processing `.json` files. Make sure to install it before attempting to use the above command. As mentioned on the webpage `jq is like sed for JSON data`.

#### GIT

Expand Down

0 comments on commit a158ca2

Please sign in to comment.