this post was submitted on 26 Aug 2023
1376 points (97.3% liked)

Programmer Humor

25460 readers
1038 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mateomaui@reddthat.com 6 points 2 years ago* (last edited 2 years ago) (5 children)

I literally just typed it into cmd.exe on Windows 10, fully updated, and it absolutely did work. No idea why it doesn’t work for you.

edit: ???

edit: it's been traced back to this:

https://github.com/devkitPro/installer/releases

which is an emulator toolset that I didn't know existed on my system until today.

[–] captsneeze@lemmy.one 1 points 2 years ago* (last edited 2 years ago) (3 children)

That is interesting. I just remoted into 5 different machines at the office and none of them worked with ‘ls’. If you enter ‘ls /?’, does it give you a synopsis and argument list?

[–] mateomaui@reddthat.com 4 points 2 years ago (1 children)

Mystery solved, ls works for me due to this:

https://github.com/devkitPro/installer/releases

which is a toolset that was installed by an emulator package somewhere along the line, I just didn't know it was there.

[–] captsneeze@lemmy.one 2 points 2 years ago

Thanks for letting us know!

load more comments (1 replies)
load more comments (2 replies)