mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
Update README.md
This commit is contained in:
parent
430cfb08ef
commit
d21abd8ddc
@ -2421,8 +2421,8 @@ pip install -r requirements.txt
|
|||||||
```bash
|
```bash
|
||||||
#install the useful jq package
|
#install the useful jq package
|
||||||
#sudo apt-get install jq
|
#sudo apt-get install jq
|
||||||
#e.g. to get all the values of the 'url' key, simply pipe the json to the following jq command
|
#e.g. to get all the values of the 'url' key, simply pipe the json to the following jq command(you can use .[]. to select inner json, i.e jq '.[].url')
|
||||||
jq '.[].url'
|
jq '.url'
|
||||||
```
|
```
|
||||||
|
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user