bug-coreutils
[Top][All Lists]
Advanced

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

bug#29319: Potential tee bug


From: Simon Convent
Subject: bug#29319: Potential tee bug
Date: Thu, 16 Nov 2017 17:27:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hello,

when I run the command

echo test | tee "~/Desktop/test.txt"

I get the following error message:

tee: ~/Desktop/test.txt: No such file or directory

But when I run

echo test | tee "/home/simon/Desktop/test.txt"

, which is the same directory, tee works fine.

If I omit the "", everything works fine as well.
Is this behavior intended? I don't see why the "" should change the behavior like this.


Best regards
Simon





reply via email to

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