Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在~/.tcshrc中,我有以下别名:
~/.tcshrc
alias trash 'echo ./*{~,.bak,.save} ./.*{~,.bak,.save} ./#*#' alias trashit 'rm -f ./*{~,.bak,.save} ./.*{~,.bak,.save} ./#*#'
我怎样才能实现相同的zsh?除非满足所有标准,否则花括号扩展似乎会失败。
zsh