% json # convert JSON to YAML cat <json_file> | ruby -ryaml -rjson -e 'puts YAML.dump(JSON.load(ARGF))' $ json_file: find . -name '*.json'