From owner-freebsd-questions@freebsd.org Mon Oct 19 06:29:47 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63A19446440 for ; Mon, 19 Oct 2020 06:29:47 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF6LL3Hzbz48vq for ; Mon, 19 Oct 2020 06:29:46 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4CF6LB3GTbzFd3Q for ; Sun, 18 Oct 2020 23:29:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1603088978; bh=EiHvtI9GosM43tuSZkzLF+iQzQk5+sYqVxj4LtcqIAU=; h=Subject:From:To:Date:In-Reply-To:References:From; b=KAKopKOMcCfM5slQWlFoz+7MJI0M3Bd/9sVCUf9+0aA7OLZa4CMQtiuApA3iHgJmm R9QvzLvu6YKeMU+u/lT11Pz0P1Cuav9MKcMiVjuvPeC4Xc1448MbiZ6Us7ZhREBAn2 ExyFLmJy8WpKvybUKoRMhsAqLgpJMpH20dhgovR4= X-Riseup-User-ID: 67347DBCBC1B766055C1BB1090BBB9D79583003FC871827DDD35AC0B43774B2B Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 4CF6L95fMWz8wwC for ; Sun, 18 Oct 2020 23:29:33 -0700 (PDT) Message-ID: <003d02dad3abc652a985d4466ebfc2566a0c0df2.camel@riseup.net> Subject: Re: sh scripting question From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Mon, 19 Oct 2020 08:29:15 +0200 In-Reply-To: <20201019072243.483c689e@archlinux> References: <20201016113408.16d58d68@archlinux> <24457.35680.223661.203846@jerusalem.litteratus.org> <444kmtudmy.fsf@be-well.ilk.org> <20201018144327254822114@bob.proulx.com> <20201019072243.483c689e@archlinux> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CF6LL3Hzbz48vq X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=riseup.net header.s=squak header.b=KAKopKOM; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (mx1.freebsd.org: domain of ralf-mardorf@riseup.net designates 198.252.153.129 as permitted sender) smtp.mailfrom=ralf-mardorf@riseup.net X-Spamd-Result: default: False [-5.16 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[riseup.net:s=squak]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[198.252.153.129:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[riseup.net:dkim]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.05)[-1.049]; DKIM_TRACE(0.00)[riseup.net:+]; DMARC_POLICY_ALLOW(-0.50)[riseup.net,none]; NEURAL_HAM_SHORT(-1.01)[-1.007]; NEURAL_HAM_LONG(-1.00)[-1.002]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_IN_DNSWL_LOW(-0.10)[198.252.153.129:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2020 06:29:47 -0000 On Mon, 2020-10-19 at 07:22 +0200, Ralf Mardorf wrote: > The reason that we are in agreement is, that it is difficult to handle > freakish file names. Often enough we note, that our first idea how to > name paths and/or directories wasn't optimal, already without using ^^^^^^^^^^^ or files ;) > freakish word separators or other odd ideas.