python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Recreating/reattaching AWS Lambda console logging to CloudWatch
Thinking that I wanted to clear out old logs, I made the mistake of deleting my Lambda's "Log Stream" on CloudWatch.
The result, as I should have expected if I was awake, is that now CloudWa...

keshlam
Votes: 0
Answers: 1
How to catch stderr inside a docker container?
I've built a docker image named conda with several dependencies. And I've written a node.js script to launch a container of this image. However, I cannot catch exceptions that I raise inside the cont...
user18001074
Votes: 0
Answers: 0
Unable to suppress console output from Bash script
Trying to write a bash script to install and configure samba. Have added a control statement to check if samba is already installed. This takes dpkg output and pipes it into grep and checks if output ...
giorgi
Votes: 0
Answers: 0
How to get all stderr within a for loop?
I want the stderr of all files within a for-loop. So far only the first one in the for loop was written into summary.txt.
My codes:
SAMPLES="SRR1 SRR2 SRR3 SRR4"
for SAMPLE in $SAMPLES...
ttn1883
Votes: 0
Answers: 1