bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How is the correct technique handle a dir. name under Home with spac


From: Robert Elz
Subject: Re: How is the correct technique handle a dir. name under Home with space
Date: Sun, 23 Aug 2020 21:14:04 +0700

    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]