Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stdin

unable to read from stdin inside a loop

c debugging stdin

Redirect STDOUT and STDERR in exec()... without shell

perl exec stdout stdin stderr

Writing a shell using C. How to differentiate interactive mode and batch mode

c shell io stdin

In a single Perl script, can I close and re-open STDIN?

perl stdin

Bash input from pipe

bash shell scripting pipe stdin

How can I feed standard input to a batch file when an app run from the batch mucks with stdin?

batch-file stdin dos

Java: Run a Callable in a separate process

How to take multiple standard input in a single line using php command line

php stdin

Ruby: How to read maybe gzipped data from file or STDIN?

ruby gzip stdin

"Inappropriate ioctl for device" from termios with pipes

python pipe stdin ioctl termios

Is there a Rust way to check if the STDIN buffer is empty before attempting to read it?

rust stdin

Read/write big integers or floats with a simple byte protocol in C

c erlang byte stdin

How to differentiate between standard-inputs (via pipe and via prompt) in NodeJS?

node.js stdin prompt

reading large lists through stdin in C

c list stdin bufferedreader

how to use subprocess with multiple multiple stdin from zcat

python subprocess stdin zcat

Is my code using the optimal way to read standard input in php?