Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: comp.unix.shell,comp.os.linux.misc Subject: Re: Unsettling bash tutorial Date: 15 Mar 2026 02:20:49 GMT Organization: Stefan Ram Lines: 7 Expires: 1 Mar 2027 11:59:58 GMT Message-ID: References: <10otpi4$1opu8$3@dont-email.me> <10otrqi$1p9ft$1@dont-email.me> <10ou2q9$1qp29$1@dont-email.me> <10p3fhf$5tmi$1@dont-email.me> <10p3soo$9ojl$2@dont-email.me> <10p4nqe$jufq$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de /n3M12E3KBgLCydZcykL+AfKPVJl0DJZuDMqB/Akzb5ECN Cancel-Lock: sha1:4dEJCXLGyGW2Spgr4ALVsiX8AMw= sha256:OUUWkkwRRE2eDoupb3nLMCDhIvJm4nP5opsNtZoOZCc= X-Copyright: (C) Copyright 2026 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: en Xref: csiph.com comp.unix.shell:26745 comp.os.linux.misc:83013 Nuno Silva wrote or quoted: > «One last note: echo itself will mangle leading spaces, When you input "echo $x", the shell substitutes "$x" by the value of x with leading and trailing spaces stripped. The shell, not echo!