Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dup

How to order objects by attributes?

C: dup and close-on-exec

c unix dup

dup, dup2, tmpfile and stdout in python

can't dup NilClass - Error

ruby-on-rails ruby dup

running "less" from perl pipeline

perl exec fork pipe dup

How can I test STDERR with Test::More?

perl file-io dup

How to redirect the output of system() to a file?

c linux system stdout dup

Instance variable still references after 'dup'

ruby dup

Python: fork, pipe and exec

python exec fork stdio dup

Redirect STDOUT and STDERR to socket in C?

c bash shell stdout dup

Redirect stdout from python for C calls

Duplicating a Ruby array of strings

ruby arrays copy clone dup

Change read/write permissions on a file descriptor

c linux unlink dup

Which method to define on a Ruby class to provide dup / clone for its instances?

ruby clone dup

When to use dup, and when to use clone in Ruby?

ruby clone idioms dup

In C, how do I redirect STDOUT_FILENO to /dev/null using dup2 and then redirect back to its original value later?

c fork stdout dup2 dup

practical examples use dup or dup2

c file unix system-calls dup

What's the difference between Ruby's dup and clone methods?

ruby clone dup