Re: [dev] less(1) replacement?

From: isabella parakiss <izaberina_AT_gmail.com>
Date: Sun, 27 Aug 2017 19:29:00 +0200

On 8/27/17, Hadrien Lacour <hadrien.lacour_AT_posteo.net> wrote:
> To be honest, it'd be more acceptable if it didn't rely on the most bloated
> shell ever (baring fish, maybe).

and you know this because of your 30+ years experience in unix?

did you know that ksh93 supports
- namespaces
- enums
- custom types with methods and members, similar to oop classes
- variable getters/setters
- floating point math and all the functions in math.h
- multiple ways to define functions with different variable scoping
- extended globbing including support for
  - {n}(foo) and {n,m}(bar)
  - bre/ere/sysv/perl-ish regex
  - non-greedy matching
  - capture groups
  - nested subexpressions
- tcp udp and sctp protocols
- multiple line editing modes, with a trap to catch keypresses
- job pools
- coprocesses
- seeking on files
- json, html, csv formatting
- dynamically loaded builtins
- most posix utilities as builtins

ksh93 is the default shell on all major commercial unices
but you hate gnu and only jerk off to openbsd/gentoo/whatever
so you never even tried ksh93, and all you can say is that bash is bloated


oh and btw

$ man zshall | wc -l
23310
$ man gcc | wc -l
16826

just sayin



> POSIX sh isn't that hard.
implying that i wouldn't be able to write a posix sh script?
that's offensive
please refrain from personal insults
Received on Sun Aug 27 2017 - 19:29:00 CEST

This archive was generated by hypermail 2.3.0 : Sun Aug 27 2017 - 19:36:17 CEST