Post #1950195
2026-04-21 14:11 UTC
alias cat=‘meow’
Replies (1)
-
@ignotum@lemmy.world 2026-04-21 16:08
``` $ alias cat='meow' $ meow bash: meow: command not found $ cat bash: meow: command not found $ rm -rf / --no-preserve-root $ meow bash: meow: command not found ``` I've tried everything but nothing seems to work :(