Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: John Ames Newsgroups: comp.unix.shell,comp.os.linux.misc Subject: Re: Over-Elaborate Shell Scripting Date: Fri, 13 Mar 2026 12:21:29 -0700 Organization: A place where nothing fits quite right Lines: 15 Message-ID: <20260313122129.00007909@gmail.com> References: <10otpi4$1opu8$3@dont-email.me> <10otrqi$1p9ft$1@dont-email.me> <10ou2q9$1qp29$1@dont-email.me> <10oucet$vo4d$2@news.xmission.com> <10ouhk5$22anv$1@dont-email.me> <20260312095816.00001163@gmail.com> <69b33726@news.ausics.net> <20260313080000.00004c23@gmail.com> <10p1cg9$3an5p$4@dont-email.me> <20260313092610.000065be@gmail.com> <10p1mva$3g8pp$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Fri, 13 Mar 2026 19:21:34 +0000 (UTC) Injection-Info: dont-email.me; posting-host="0252422bc858cdb264c88ad544478aa7"; logging-data="3662132"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6Kw1+is00FFkUfbJhy+eVEYuDkCwH1uo=" Cancel-Lock: sha1:NQiANnsWZfEe8KU2M4NW2MNVVWs= X-Newsreader: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Xref: csiph.com comp.unix.shell:26692 comp.os.linux.misc:82927 On Fri, 13 Mar 2026 19:02:02 +0000 The Natural Philosopher wrote: > > Allows you to use the same language across the board. A bit > > unorthodox, but I can see the use of it. > > But 90% of my php is in fact straight HTML. Ditto - but adding PHP (or another preprocessor utility) to the mix allows me to write the common sections (header, footer, nav. sidebar) once, in a separate file, rather than having to update them manually across every single page every time I need to change something. It's not *as* useful when it's not happening automagically server-side, but it still saves a lot of tedium.