https://bugs.kde.org/show_bug.cgi?id=429364

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
                 CC|                            |n...@kde.org
         Resolution|---                         |WORKSFORME

--- Comment #1 from Nate Graham <n...@kde.org> ---
`touch 'file.na'$'me'` Actually results in a file without a dollar sign in it
at all.

You would need to do `touch 'file.na'\$'me'`, and this produces a file with a
dollar sign in it as expected. Essentially the dollar sign needs to be be
escaped or else your shell interprets it it as the start of a variable.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to