-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When the entry has a quote mark, the parsing fails
echo "Test' Network:password" | xargs
xargs: unterminated quoteI do the xargs trick to remove trailing whitespace. I should check if we can use sed for this:
echo "Test' Network:password" | sed 's/^[[:blank:]]*//;s/[[:blank:]]*$//'At worst, just ignore the xargs and assume the passwords do not have trailing whitespace.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working