JPDev@programming.dev to Programmer Humor@programming.dev · 7 个月前Always try sudoprogramming.devimagemessage-square97fedilinkarrow-up11.16Karrow-down176
arrow-up11.08Karrow-down1imageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 7 个月前message-square97fedilink
minus-squaremosiacmango@lemm.eelinkfedilinkarrow-up6·edit-27 个月前Had to look this up as well. Its not rm specific: * is a simple, non-recursive wildcard representing zero or more characters which you can use for paths and file names. ** is a recursive wildcard that can only be used with paths, not file names. More here.
Had to look this up as well. Its not rm specific:
More here.