Forum Discussion
cliKing
3 years agoOccasional Contributor
@EdGlue You must use the escape mecanisms of your shell to escape the special characters.
With bash or zsh (Linux/Mac) use single quotes and escape those single quote with a backslash.
Example with password abc'def :
$ op item edit some-item 'abc'\''def'