• Possibly linux
      link
      fedilink
      English
      893 months ago

      The commands: ls cp mv…

      Meanwhile you get Windows people who memorize things like Get-AllUsersHereNowExtraLongJohn

      • @Matriks404@lemmy.world
        link
        fedilink
        2
        edit-2
        3 months ago

        In PowerShell most common cmdlets for basic operations have aliases by default. And funnily enough you can use both Windows (cmd.exe) and Unix shell names for these. (copy vs cp, del vs rm, etc.)

        AFAIK The cmdlets that you use only by Verb-Noun convention are mostly used in scripts, or in some administration tasks.

        I also think that some poeple miss the point of PowerShell, as it’s not supposed to be worked with like with Unix shells, since it’s more object-oriented than string-oriented.

    • SinkingLotus
      link
      fedilink
      English
      213 months ago

      I’m the type to spend 10 minutes going through my previous commands, rather than 5 seconds typing it.

    • @dgdft@lemmy.world
      link
      fedilink
      English
      83 months ago

      See also: atuin - a shell history tool that records your shell history to sqlite.

      Seamless sync across shell sessions & machines, E2EE + trivially self-hostable sync server, compatible with all major shells, interactive search, etc.