[dolphin] [Bug 429364] Dolphin does not display dollar sign ($) in some file names
Nate Graham
bugzilla_noreply at kde.org
Thu Nov 19 20:32:50 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=429364
Nate Graham <nate at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
CC| |nate at kde.org
Resolution|--- |WORKSFORME
--- Comment #1 from Nate Graham <nate at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list