在 bash 中,我想删除以#. 我试过了rm #*,但收到消息:rm: missing operand。
#
rm #*
rm: missing operand
那么如何实现这一目标呢?
shell wildcards rm
rm ×1
shell ×1
wildcards ×1