cross-posted from: https://piefed.zeromedia.vip/c/linuxmemes/p/430708/roll-for-perception
roll for perception
Submitted 6 hours ago by fleem@piefed.zeromedia.vip to [deleted]
https://piefed.zeromedia.vip/static/media/posts/lV/OJ/lVOJfbkhe5rMXDB.png
Comments
waterSticksToMyBalls@lemmy.world 4 hours ago
panda_abyss@lemmy.ca 3 hours ago
The alternative for windows,
ridshould be an alias to rm
woelkchen@lemmy.world 5 hours ago
ls works on Windows just fine. PowerShell understands this command since a long time, maybe even since the very beginning (not looking through the git commits, just to find out).
fleem@piefed.zeromedia.vip 5 hours ago
heck, you’re right.
also dir works on linux, (i am finding out as we speak)
This meme is education bait!
blackbeans@lemmy.zip 3 minutes ago
Powershell is starting to become more common. But simple directory listing is actually much faster in cmd as Powershell treats everything as an object while cmd just dumps the contents as text.
Magnum@infosec.pub 4 hours ago
Well who uses powershell? Common people open command prompt and it doesn’t support ls.
panda_abyss@lemmy.ca 5 hours ago
How much fun would it be if each additional R showed you another level down the directory tree though?
surewhynotlem@lemmy.world 3 hours ago
Thank you. I’ve just created a few aliases for ls, lss, lsss, lssss.
panda_abyss@lemmy.ca 3 hours ago
superuser.com/…/hook-into-command-not-found-handl…
You can plug into the command not found handler in bash to make this work infinitely
Left as an exercise to the reader
fleem@piefed.zeromedia.vip 3 hours ago
holy mackerel this is good thinking