当量 像一样,但是对于EDN(功能要弱得多)。 用法 $ eq [selector []] 如果没有给出路径,则eq从stdin读取。 默认选择器为. (就像jq一样)。 例子 # pretty-print each line cat * .edn | eq . # pretty-print the :foo-bar value of each line cat * .edn | eq .foo-bar # read from a file eq .name people.edn 支持的选择器 . :对象本身。 等同于完全不提供选择器。 :foo :将:foo应用于当前对象。