I am using ubuntu distro,for your information. I have a console application (doesn't get any parameter, I just need to launch it.) How can I launch it from terminal?
我正在使用ubuntu发行版来获取您的信息。我有一个控制台应用程序(没有任何参数,我只需要启动它)。如何从终端发射?
And second question is that since console applications in Linux does not have a "window" can I see console ouputs on terminal?
第二个问题是,既然Linux中的控制台应用程序没有“窗口”,我能在终端上看到控制台输出吗?
I know this is a very basic question, but believe me I couldn't find an answer.
我知道这是一个非常基本的问题,但相信我,我找不到答案。
1 个解决方案
#1
2
In terminal:
在终端:
cd to the application directory
cd到应用程序目录
then type
然后输入
./appname
。/浏览器名称
You can see the output.
您可以看到输出。
#1
2
In terminal:
在终端:
cd to the application directory
cd到应用程序目录
then type
然后输入
./appname
。/浏览器名称
You can see the output.
您可以看到输出。