How to store the return value a command which will be json into some file and extract values from it using shell script?
Asked
Active
Viewed 19 times
0
-
to store an output to file use command > file.json – Akceptor Dec 07 '18 at 09:38
-
1For the rest we have to know more details I suppose: which command, what to do with values etc. but you can start from this question https://stackoverflow.com/questions/1955505/parsing-json-with-unix-tools – Akceptor Dec 07 '18 at 09:39