mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
add other
edit history
This commit is contained in:
parent
bbe62d8eee
commit
0e2fe403af
@ -2529,5 +2529,10 @@ pip install -r requirements.txt
|
|||||||
#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')
|
#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'
|
||||||
```
|
```
|
||||||
|
##### Editing your history
|
||||||
|
```bash
|
||||||
|
history -w
|
||||||
|
vi ~/.bash_history
|
||||||
|
history -r
|
||||||
|
```
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user