Options (2)
-u, --unescapebooleanReverse the escaping process
Example:
systemd-escape {{[-u|--unescape]}} {{text}}-p, --pathbooleanTreat the given text as a path
Example:
systemd-escape {{[-p|--path]}} {{text}}Examples (5)
Escape the given text
systemd-escape textReverse the escaping process
systemd-escape [-u|--unescape] textTreat the given text as a path
systemd-escape [-p|--path] textAppend the given suffix to the escaped text
systemd-escape --suffix suffix textUse a template and inject the escaped text
systemd-escape --template template textmade by @shridhargupta | data from tldr-pages