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)
Weird behaviour when passing grandchild output of CreateProcess to the grandparent through the child
I am working on an application A which calls CreateProcess to run a child process B, which in turn calls createProcess to run a child process C. The output of C should be passed through by B and then ...

user17985554
Votes: 0
Answers: 1
How to assign a piped output as a variable while pipe is continuous
I want to update the download status at every 5 second of a downloading file to my telegram bot. Also here I'm using bash.
aria2c $url --summary-interval=5 2>&1 | tee output.log | grep -oP &quo...

sauraj
Votes: 0
Answers: 1
python fork and pipe for sending and receiving messages
My application need two (python) methods to send and receive messages(arrays). I am trying to achieve this by using a pipe. I have forked two processes. I observe that if (process == 0), I can either ...
sindhuja
Votes: 0
Answers: 0
I have problems with permissions using xargs with rm
I have remove.txt file containing a.txt and b.txt as text. All files are in the same folder, I set chmod 777 for all those files. Now, when I run sudo cat remove.txt | xargs rm I get Permission denied...
Rusvi Kaos
Votes: 0
Answers: 1