cross-posted from: https://piefed.zeromedia.vip/c/linuxmemes/p/430708/roll-for-perception
roll for perception
Submitted 2 months ago by fleem@piefed.zeromedia.vip to [deleted]
https://piefed.zeromedia.vip/static/media/posts/lV/OJ/lVOJfbkhe5rMXDB.png
Comments
waterSticksToMyBalls@lemmy.world 2 months ago
panda_abyss@lemmy.ca 2 months ago
The alternative for windows,
ridshould be an alias to rm
woelkchen@lemmy.world 2 months 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 2 months ago
heck, you’re right.
also dir works on linux, (i am finding out as we speak)
This meme is education bait!
Magnum@infosec.pub 2 months ago
Well who uses powershell? Common people open command prompt and it doesn’t support ls.
blackbeans@lemmy.zip 2 months 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.
DudeImMacGyver@kbin.earth 2 months ago
Dir /p
HeyThisIsntTheYMCA@lemmy.world 2 months ago
Dir/w/p
I got monitor space might as well use it
HeyThisIsntTheYMCA@lemmy.world 2 months ago
Uhhh, look south?
I ain’t mudded in a while but I can dig if you can dig
panda_abyss@lemmy.ca 2 months ago
How much fun would it be if each additional R showed you another level down the directory tree though?
surewhynotlem@lemmy.world 2 months ago
Thank you. I’ve just created a few aliases for ls, lss, lsss, lssss.
panda_abyss@lemmy.ca 2 months 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 2 months ago
holy mackerel this is good thinking
HeyThisIsntTheYMCA@lemmy.world 2 months ago
Oh gods I can’t remember if there’s a DOS command for that. I’ve finally forgotten. ^I’m^ ^free^
panda_abyss@lemmy.ca 2 months ago
There was tree, which had been ported to Linux/unix