要清楚的是,如果我不使用别名运行它,一切都正常
但在我的“zshrc”配置中有别名
alias hh="history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r"
输出:
→ reload_zsh
/Users/redres/.zshrc:91: command not found: }{print }'|sort|uniq -c|sort -r
这样做的原因是什么
谢谢R
要清楚的是,如果我不使用别名运行它,一切都正常
但在我的“zshrc”配置中有别名
alias hh="history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r"
输出:
→ reload_zsh
/Users/redres/.zshrc:91: command not found: }{print }'|sort|uniq -c|sort -r
这样做的原因是什么
谢谢R