【问题标题】:Syntax of exporting kid3-cli导出kid3-cli的语法
【发布时间】:2021-11-09 18:25:49
【问题描述】:

我在终端输入这个命令kid3-cli -c export -c "./tags.txt" -c "CSV more unquoted" 或者我在脚本中尝试:

kid3-cli -c export \
         -c  "./tags.txt" \
         -c "CSV more unquoted" \
     

这样写:

Usage:
export P S [T] Export to file
               S = Format name

当我以相同的顺序交互执行时,它会起作用。

kid3-cli> export "./tags.txt" "CSV more unquoted"
kid3-cli>

我做错了什么以及如何正确构建语法以使其在命令中起作用?

manpage

【问题讨论】:

    标签: terminal tags export command-line-interface


    【解决方案1】:

    正确答案是:

    kid3-cli -c "export tags.txt 'CSV more unquoted'"
    

    【讨论】:

    • 所以是''"" 字符的使用?在这个答案中可能会很好地注意到这一点。
    猜你喜欢
    • 1970-01-01
    • 2022-11-11
    • 2021-08-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-04-10
    • 2018-02-28
    • 2022-10-30
    相关资源
    最近更新 更多