python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to quote difficult and long vars in ansible?
I want to create some vars such as delay and size in ansible
delay: */5 * * * * root stat --printf="\%Y\t\%n\n" /pool/slow/backup/daily/* | sed -ne 's/^\([0-9]\+\)\t\(.*\)$/node_backup_delay...

a1dude
Votes: 0
Answers: 1
Shell script with error output using && or ||
I'm writing a bash code in which I’d like the user to select a folder using zenity. The problem is that if the folder name has some spaces in its name, the selection will fail, but the script will con...
Corentin Michel
Votes: 0
Answers: 1
How can I remove double quotes from a list in python?
I have the following problem:
I have a string that contains multiple E-Mail adresses.
These adresses are not static. I pull them from my database.
So for example when the adresses are pulled and I pri...
Zekra
Votes: 0
Answers: 4
Regex formula for following expression
I have a an array which is separated by commas, I want each word to be replaced with double quotes (for each and every word) as shown below:
a1.large,a2.large,a3.large,b4.medium
Should become:
"...
Sudhakar J
Votes: 0
Answers: 4