python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fetching cloudwatch log by aws cli but it gives json output with backslash. But I want JSON output without backslash
I am using AWS cli to fetch cloudwatch log but after fetching the JSON output includes backslash with key and value. But I am checking this log from console then that is absolutely fine( there are wit...
Arghya Roy
Votes: 0
Answers: 2
how to backslash a backslash in zsh bindkey?
I would like to replace the key as this:
bindkey -s ',;' "| grep -A5 \"^\\s{3,}-\"\ei"
in my zshrc, but the \\s part (which should be \s for space in PCRE), gives something like t...
milanHrabos
Votes: 0
Answers: 1
Avoid backslashing of space character in GNU parallel input
eNeed you help over here!
What I want
Pass a space-containing argument to a command using GNU parallel so it doesn't backslash it.
Example:
parallel --dry-run COMMAND {} ::: opt1 "opt2 arg" ...
qqsl
Votes: 0
Answers: 1
Force odd number of backslashes in dictionary
I am specifically looking to print this in the terminal {'Name': '[{\\\"test\\\\":\\\"somedata\\\"}]'}
So far I can get 2 slashes or 4 slashes but I am not sure how to three slashe...
PythonKiddieScripterX
Votes: 0
Answers: 0