cross-posted from: https://piefed.zeromedia.vip/c/linuxmemes/p/430708/roll-for-perception
roll for perception
Submitted 2 weeks ago by fleem@piefed.zeromedia.vip to [deleted]
https://piefed.zeromedia.vip/static/media/posts/lV/OJ/lVOJfbkhe5rMXDB.png
Comments
waterSticksToMyBalls@lemmy.world 2 weeks ago
panda_abyss@lemmy.ca 2 weeks ago
The alternative for windows,
ridshould be an alias to rm
woelkchen@lemmy.world 2 weeks 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 weeks 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 weeks ago
Well who uses powershell? Common people open command prompt and it doesn’t support ls.
blackbeans@lemmy.zip 2 weeks 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 weeks ago
Dir /p
HeyThisIsntTheYMCA@lemmy.world 2 weeks ago
Dir/w/p
I got monitor space might as well use it
HeyThisIsntTheYMCA@lemmy.world 2 weeks ago
Uhhh, look south?
I ain’t mudded in a while but I can dig if you can dig
panda_abyss@lemmy.ca 2 weeks ago
How much fun would it be if each additional R showed you another level down the directory tree though?
surewhynotlem@lemmy.world 2 weeks ago
Thank you. I’ve just created a few aliases for ls, lss, lsss, lssss.
panda_abyss@lemmy.ca 2 weeks 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 weeks ago
holy mackerel this is good thinking
HeyThisIsntTheYMCA@lemmy.world 2 weeks 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 weeks ago
There was tree, which had been ported to Linux/unix