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
