Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stdin

wget or curl from stdin

unix curl wget stdin xargs

Is there any way to pass 'stdin' as an argument to another process in python?

Non-blocking on STDIN in PHP CLI

stdin php

How to get piped input to ruby -e on command line?

ruby bash pipe stdin

How do you redirect standard input to a file in the Windows command line?

batch-file cmd stdin cat

How to read n integers from standard input in C++?

c++ stdin

Understanding stdin stdout stderr [duplicate]

stdout stdin stderr

How to pass Rscript -e a multiline string?

r stdin rscript

Why can't we read one character at a time from System.in?

java stdin

java.util.scanner throws NoSuchElementException when application is started with gradle run

sys.stdin.readline() reads without prompt, returning 'nothing in between'

python python-3.x stdin

How can I read piped input in Perl on Windows?

windows perl pipe stdin

Golang read from pipe reads tons of data

go stdin tar

How to read from stdin or from a file if no data is piped in Python?

How do I iterate over all lines of files passed on the command line?

python stdin

I am not able to flush stdin

c stdin fflush

How do you specify filenames within a zip when creating it on the command line from a pipe?

linux zip stdin pipe

Using files as stdin and stdout for subprocess

python subprocess stdout stdin

Read a character from standard input in Go (without pressing Enter)

go stdin

Setting smaller buffer size for sys.stdin?

python stdin buffering