python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Perl Fcntl calls to F_SETPIPE_SZ or F_GETPIPE_SZ throws "Bad file descriptor"
Background:
I am trying to write a small script that logs JSONS concurrently, if the file sizes are small, things are ok. But when file sizes are large, processes start to overwrite each other. This S...
ibrahim tanyalcin
Votes: 0
Answers: 1
curl: (7) Failed to connect to after ms: Bad file descriptor
My native curl command isn't working anymore when I execute it from my iTerm2 terminal on Mac OS X. I'm using zsh, but even in plain bash, it doesn't work.
Strangely when I try the native Terminal app...
Niels
Votes: 0
Answers: 1
Unable to clone Git repo: Invalid file descriptor
I'm trying to clone a Git repository. At work we're making use of a proxy with authentication.
The commands I execute to set up the proxy settings:
git config --global http.proxy http://username:passw...
Lucas Scheepers
Votes: 0
Answers: 1
Can I use fd redirection in bash to input from and output to different files?
My program read and write fd = 3 (for example), I want it read from file1 and write to file2 when running it in bash. Can I use fd redirection to make it?
Something like below, but it's wrong
./prog 3...
nsigma
Votes: 0
Answers: 1