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)
E-mail piping with e-mail forwarder does not work
I have a simple email pipe script. But I need a copy of the incoming e-mail going to another e-mail address. Unfortunately I do not receive the e-mail as I wanted.
The code;
#!/usr/bin/php -q
<?ph...
M. Streijl
Votes: 0
Answers: 2
redis-cli --pipe yields MOVED errors when bulk uploading to Elasticache with cluster-mode enabled
I am trying to use redis-cli --pipe to bulk upload some commands to my AWS Elasticache for redis cluster. The commands come from parsing a file via a custom awk command, which helps generate some HSET...

DBOY
Votes: 0
Answers: 1
how to wait until a program finishes to pipe the output
I'm trying to pass a program output as input to another program, but I don't know how to make it wait until the first one is finished.
npm run test | ./script.js
I'm trying to run that, but when I ru...
Nrestrepo05
Votes: 0
Answers: 1
Cannot pipe to docker run with stdin attached
I am newbie on Docker. Seems the following pipe prints nothing. If I am right, the -a stdin attaches my host stdin to the container process's stdin.
~ $ echo test | docker run -a stdin -a stdout -a st...

Zachary
Votes: 0
Answers: 0