https://bugs.kde.org/show_bug.cgi?id=429364
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Nate Graham <[email protected]> --- `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.
