python -m json.tool my_json.json
2. Read how many words in a line:
echo "abc,def,ghi" | tr ',' ' ' | wc
Post a Comment
No comments:
Post a Comment