c++: system("bash_command") produces a BASH error - but command works directly from BASH – stackoverflow.com 07:43 Posted by Unknown No Comments I am trying to run the following bash command from my c++ program: diff <(cat /etc/passwd) <(ls -l /etc) with the following c++ statement: system("diff <(cat /etc/passwd) <(ls -l ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitHow do I split a "/proc/*/environ" file in separate lines? – askubuntu.comWhat's a nifty-fifty? – photo.stackexchange.comHow to select subset of 3D numpy array ending in a value? – stackoverflow.comAre lambda expressions any special use other than saving lines of code? – stackoverflow.comPsychological effects of non head-based killing techniques – worldbuilding.stackexchange.comHow can I tell my friend I don't like the state of our friendship? – interpersonal.stackexchange.com
0 Comment to "c++: system("bash_command") produces a BASH error - but command works directly from BASH – stackoverflow.com"
Post a Comment