[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Tilde expansion not carried out in file_cmd
From: |
Micah Cowan |
Subject: |
Re: [Bug-wget] Tilde expansion not carried out in file_cmd |
Date: |
Thu, 14 Mar 2013 23:23:35 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
On 03/14/2013 02:08 PM, Pavel Kačer wrote:
> If a word begins with an unquoted tilde character (`~'), all of the
^^^^^^^^
...
> To do what you want just write
>
> $ wget --post-file ~/vimrc www.example.com
>
> or
>
> $ wget --post-file "~/vimrc" www.example.com
(The latter example won't work.)
Thanks for the detailed explanation, Pavel. :)
-mjc