Deutsch English Français Italiano |
<v4l5p1$3lqic$10@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.unix.shell Subject: Re: Numerically sorted arguments (in shell) Date: Sat, 15 Jun 2024 22:49:05 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: <v4l5p1$3lqic$10@dont-email.me> References: <v4grk8$2pp51$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 16 Jun 2024 00:49:05 +0200 (CEST) Injection-Info: dont-email.me; posting-host="bd45dcd0b5a25b060647b4de82583354"; logging-data="3861068"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+d0bdnKzAklweYLsb99pLo" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:pNOEDGu75KUQnNG9AOouLO8nFMk= Bytes: 1246 On Fri, 14 Jun 2024 09:31:18 +0200, Janis Papanagnou wrote: > I'm using ksh here... At some point, you have to accept that trying to do everything in a shell language is not the best way to go, and that it is time to switch to a “real” programming language. For example, Perl or Python could do this much more easily.