From Shadows
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years ago

Hallelujah

lemmy.world

message-square
29
link
fedilink
38

Hallelujah

lemmy.world

alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 2 years ago
message-square
29
link
fedilink
alert-triangle
You must log in or # to comment.
  • candyman337@sh.itjust.works
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    I like that you actually can ls in power shell now

    • TheChefSLC@lemmy.sdf.org
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      Yes, yes you can.

      Also, WSL and windows terminal go a very long way in making windows actually usable…

    • ox0r@jlai.lu
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Yeah but tbh i really despise powershells syntax. But i’m happy it is pretty powerful.

      • affiliate@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        i’m often amazed at microsoft’s ability to take a useful product and make it agonizing to use

      • ______@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Unfortunately, bash syntax isnt amazing either

        • newIdentity@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          But Powershell is worse

          • ______@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            Yeah. I’ve said this before and got grilled for it but I wish there was a shell scripting language that doesn’t have arcane syntax.

            • echindod@programming.dev
              link
              fedilink
              arrow-up
              1
              ·
              2 years ago

              Fish? I like fish.

  • Nioxic@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    Dir?

    • Nintendo@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      what did you say? say that again to my face, I dare you.

      • Nioxic@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        I apologize. I didnt mean to offend anyone!

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Why are DOS commands always so verbose?

    • lugal@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Mir?

    • SturgiesYrFase@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Well that’s rude…

  • Paragone@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    https://duckduckgo.com/?q=gnu+utils+for+windows&t=fpas&ia=web

    That’s what I used, back when I still had MS-Windows installed…

    feels good to say “it’s been years”, tho…

    ( :

    _ /\ _

  • 𝕸𝖔𝖘𝖘@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    Add ls.bat in your windows directory with dir as the source. It basically acts as an alias.

  • over_clox@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago

    echo @dir %1 %2 %3>%windir%\system32\ls.bat

    Something like that should fix the problem, I think…

    • hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      :puke:

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        You’re no fun…

        %0|%0

  • voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago

    use powershell (specifically the core version!!!), or even better something like Nu shell

    • Square Singer@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      In Linux?

      • shastaxc@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Why use cmd in Linux?

        • Square Singer@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          Because Wine makes it possible ;)

          Nah, mine was a joke on how Microsoft published Powershell on Linux and somehow thought that anyone was gonna use it.

  • mateomaui@reddthat.com
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    2 years ago

    What year is this from? You absolutely can use ls in a windows command prompt now.

    • captsneeze@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      As of Aug 26, 2023, Windows command prompt absolutely does not recognize “ls” as a command.

      Powershell is a different story.

      Source: I type “ls” 40 times a day into a command prompt on my up-to-date win10 PC at work.

      • mateomaui@reddthat.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        2 years ago

        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.

        • mexicancartel@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          Lmao

        • captsneeze@lemmy.one
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          2 years ago

          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
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 years ago

            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.

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

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

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 1.88K users / day
  • 3.66K users / week
  • 8.85K users / month
  • 19.7K users / 6 months
  • 1 local subscriber
  • 24.7K subscribers
  • 1.37K Posts
  • 44.6K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.12
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org