echo '{"json":"obj"}' | python -mjson.tool
curl -s 'http://www.google.com/calendar/feeds/developer-calendar@google.com/public/full?alt=json' | python -mjson.tool
ref : CLI 一行 Python code 將 JSON Formatter
echo '{"json":"obj"}' | python -mjson.tool
curl -s 'http://www.google.com/calendar/feeds/developer-calendar@google.com/public/full?alt=json' | python -mjson.tool
--Inform=... Specify a template (BETA)
Usage: "MediaInfo --Inform=[xxx;]Text FileName"
xxx can be: General, Video, Audio, Text, Chapter, Image, Menu
Text can be the template text, or a filename
Filename must be in the form file://filename
See --Info-Parameters for available parameters in the text
(Parameters must be surrounded by "%" sign)
Example: "MediaInfo --Inform=Video;%AspectRatio% FileName"
Example: "MediaInfo --Inform=Video;file://Video.txt FileName"
and Video.txt contains
"%DisplayAspectRatio%" for Video Aspect Ratio.
Example: "MediaInfo --Inform=file://Text.txt FileName"
and Text.txt contains
"Video;%DisplayAspectRatio%" for Video Aspect Ratio.
"Audio;%Format%" for Audio Format.
tail -n 5 /home/logs/php/error.log