• zitrone 🍋@lemmings.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    not only does unrm not exist, the shell expands * to whatever is in the current directory, which is empty because anon just rmd everything

    • zitrone 🍋@lemmings.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      bash is weird

      $ bash -c 'echo e*'
      e*
      $ fish -c 'echo e*'
      fish: No matches for wildcard 'e*'. See `help wildcards-globbing`.
      echo e*
           ^^```