- cross-posted to:
- hackernews@lemmy.bestiver.se
- technology@hexbear.net
- cross-posted to:
- hackernews@lemmy.bestiver.se
- technology@hexbear.net
YellowKey reportedly works in Windows 11, Windows Server 2022 and 2025, but not in Windows 10.
YellowKey reportedly works in Windows 11, Windows Server 2022 and 2025, but not in Windows 10.
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
Damn! That’s a brutal one. Someone should maybe change that behavior.