YellowKey reportedly works in Windows 11, Windows Server 2022 and 2025, but not in Windows 10.

  • Alberat@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    1
    ·
    15 hours ago

    i just deleted a month of notes by doing:

    find $(pwd) “*.tmp” -delete

    instead of:

    find $(pwd) -iname “*.tmp” -delete

    turns out the former throws an error on “*.tmp” but still deletes everything lol… PSA for everyone

    • Matriks404@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      I think it’s your fault if you don’t have backups… but I legitimately think that we should restrict usage of classic Unix tools to scripts, and use safer tools ourselves… but I guess that’s just my opinion.