http://qs321.pair.com?node_id=11101362


in reply to Re^3: Sort alphabetically from file
in thread Sort alphabetically from file

I stopped installing cygwin since I discovered git's bash terminal is supporting most of bash

 ls -l | grep NT | sort -k5

works fine for me! :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^5: Sort alphabetically from file
by james28909 (Deacon) on Jun 15, 2019 at 11:46 UTC
    Why install most of bash (GIT) when you can install WSL? It works great for just about everything I have needed to do, and also has updated perl.
      Because developers should use a version control system anyway?

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

        To be completely honest, isnt WSL itself version controlled? i mean, it is constantly being worked on and updated, just like any other useful tools.