application console in ++ | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

application console in ++

HI I need simple source in C++ show disk usage using du command du -s du -h du -rh how can execute them in one command and save to file thanks

22nd Apr 2020, 2:29 PM
Cartec Sy
Cartec Sy - avatar
1 Antwort
+ 1
Use the system() function E.g system("du -s");
28th Jul 2020, 2:46 PM
Anthony Maina
Anthony Maina - avatar