Quote:
Originally Posted by chrism01
Code:
>mkdir tmp
>ls tmp
>ls tmp|wc -l
0
|
Thank you, that worked perfectly
Now how do i set a variable in c++ to the value returned by
i know that i have to use
Code:
system("BASH code in here");
to run linux commands in c++