May 15, 2017
11 a.m.
2017-05-15 12:10 GMT+02:00 tesonep@gmail.com <tesonep@gmail.com>:
Hi Denis, the ~ (tilde) is expanded by the shell, a running process should expand it. In the case of the command line tools they don't expand it, as they expect the shell to expand it before calling.
Check https://www.gnu.org/software/bash/manual/html_ node/Tilde-Expansion.html and http://www.davidverhasselt.com/expanding-a-leading-tilde-in-cc/
Thank's Pablo