D•Scribe
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 年前

Hallelujah

lemmy.world

message-square
30
link
fedilink
40

Hallelujah

lemmy.world

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

    I like that you actually can ls in power shell now

    • TheChefSLC@lemmy.sdf.org
      link
      fedilink
      arrow-up
      3
      ·
      3 年前

      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
      ·
      3 年前

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

      • ______@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        Unfortunately, bash syntax isnt amazing either

        • newIdentity@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          But Powershell is worse

          • ______@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            3 年前

            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
              ·
              3 年前

              Fish? I like fish.

      • affiliate@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

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

  • FunkyCheese@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 年前

    Dir?

    • Nintendo@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 年前

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

      • FunkyCheese@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 年前

        I apologize. I didnt mean to offend anyone!

    • thepianistfroggollum@lemmynsfw.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 年前

      Too many letters

    • AnUnusualRelic@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 年前

      Why are DOS commands always so verbose?

      • out@lemmynsfw.com
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 年前

        deleted by creator

    • SturgiesYrFase@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      Well that’s rude…

    • lugal@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      Mir?

  • Paragone@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 年前

    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
    ·
    3 年前

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

  • voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    3 年前

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

    • Square Singer@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      In Linux?

      • shastaxc@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        Why use cmd in Linux?

        • Square Singer@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          3 年前

          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.

  • over_clox@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 年前

    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
      ·
      3 年前

      :puke:

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 年前

        You’re no fun…

        %0|%0

  • mateomaui@reddthat.com
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    3 年前

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

    • captsneeze@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      3 年前

      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
        3 年前

        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
          ·
          3 年前

          Lmao

        • captsneeze@lemmy.one
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          3 年前

          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
            ·
            3 年前

            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.64K users / day
  • 3.32K users / week
  • 9.81K users / month
  • 18.1K users / 6 months
  • 21 local subscribers
  • 30.7K subscribers
  • 2.1K Posts
  • 76.3K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • UI: unknown version
  • BE: 0.19.15
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org