Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am developing a qt application in linux. I wanted to give linux commands to terminal. its okay i did that but i want to get terminal response to this command. For example,
C++
ls -a

As you know this command has listed the directories. I wanted to show this returned values in my application. Is there any way to do it?

Thanks in advance,
Posted
Comments
Sergey Alexandrovich Kryukov 14-Feb-12 10:26am    
This is generally easy, but the question is not clear. In this line, there is no a mention of your application. Where it should be in your command line?

"Give Linux commands to terminal" is not clear. How gives what to whom? :-)

Do you know how piping works with command line?
--SA
hilmisu 14-Feb-12 10:34am    
the subject can be closed. i found the answer. I am doing it with QProcess
http://doc.trolltech.com/4.8-snapshot/qprocess.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900