JPDev@programming.dev to Programmer Humor@programming.dev · 1 年前Always try sudoprogramming.devimagemessage-square97fedilinkarrow-up11.16Karrow-down175
arrow-up11.08Karrow-down1imageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 年前message-square97fedilink
minus-squaremosiacmango@lemm.eelinkfedilinkarrow-up6·edit-21 年前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.