Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16795
| Path | csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Robert Elz <kre@munnari.OZ.AU> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: How is the correct technique handle a dir. name under Home with space |
| Date | Sun, 23 Aug 2020 21:14:04 +0700 |
| Lines | 15 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.871.1598192072.2469.bug-bash@gnu.org> (permalink) |
| References | <1598183896339-0.post@n7.nabble.com> <3719.1598192044@jinx.noi.kre.to> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Trace | usenet.stanford.edu 1598192073 12681 209.51.188.17 (23 Aug 2020 14:14:33 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | Bug-bash@gnu.org |
| To | almahdi <budikusasi@gmail.com> |
| Envelope-to | Bug-bash@gnu.org |
| In-Reply-To | <1598183896339-0.post@n7.nabble.com> |
| Received-SPF | permerror client-ip=2001:3c8:9009:181::2; envelope-from=kre@munnari.OZ.AU; helo=munnari.OZ.AU |
| X-detected-operating-system | by eggs.gnu.org: No matching host in p0f cache. That's all we know. |
| X-Spam_score_int | -14 |
| X-Spam_score | -1.5 |
| X-Spam_bar | - |
| X-Spam_report | (-1.5 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.4, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no |
| X-Spam_action | no action |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <3719.1598192044@jinx.noi.kre.to> |
| X-Mailman-Original-References | <1598183896339-0.post@n7.nabble.com> |
| Xref | csiph.com gnu.bash.bug:16795 |
Show key headers only | View raw
Date: Sun, 23 Aug 2020 04:58:16 -0700 (MST)
From: almahdi <budikusasi@gmail.com>
Message-ID: <1598183896339-0.post@n7.nabble.com>
| that needs to be used in such that dir. name is put in a way say:
|
| n="~/foo bar"
n=~/'foo bar'
or if you prefer n="${HOME}/foo bar" since ~/ is the same as ${HOME}/
kre
Back to gnu.bash.bug | Previous | Next | Find similar
Re: How is the correct technique handle a dir. name under Home with space Robert Elz <kre@munnari.OZ.AU> - 2020-08-23 21:14 +0700
csiph-web