When I enter the following (BASH):
rdesktop -r disk:bacon=~/bacon host It does not expand to
rdesktop -r disk:bacon=/home/me/bacon host It seems the "disk:" part is the problem as can be seen in:
$ echo bacon=~/bacon disk:bacon=~/bacon bacon=/home/me/bacon disk:bacon=~/bacon How can I make tilde expand?