Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

terminal read json file

#install jq to read/process json file, and run the following
jq . filename.json

#filter complex json file with jq and grep
jq . filename.json | grep "text_string"
Comment

PREVIOUS NEXT
Code Example
Shell :: git hard reset origin 
Shell :: docker change timezone 
Shell :: install pkgbuild arch 
Shell :: pull remote branch git 
Shell :: C linux compiler online 
Shell :: how to install gnome-shell-extension-appindicator 
Shell :: removing portion of history from terminal mac 
Shell :: Using git filter-branch to Git Change Commit Author 
Shell :: kill proccess using serial port 
Shell :: Help manual in linux 
Shell :: git new branch from current 
Shell :: how to upgrade gradle version in linux 
Shell :: bash ls and pick 2nd column 
Shell :: how to trigger new heorku build without diting git 
Shell :: bash execute command in variable 
Shell :: heroku push non master branch 
Shell :: Endpoint Security VPN build 986000724 is already installed on this computer. 
Shell :: pip info package location 
Shell :: apply stash git 
Shell :: bash parse arguments 
Shell :: bash list files in directory 
Shell :: install wget on redhat 
Shell :: git config --global user.name "Server" 
Shell :: create new git branch from existing branch 
Shell :: zsh git aliases 
Shell :: change folder permissions to public linux 
Shell :: redirect to file 2&1 
Shell :: how to undo local commit git 
Shell :: download bash 
Shell :: install zipkin docker 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =