gpt4 book ai didi

c - 运行 xterm 并使用 c 显示文件内容

转载 作者:太空宇宙 更新时间:2023-11-04 10:14:51 27 4
gpt4 key购买 nike

我想打开终端并使用 c cat 一个文件(显示其内容);我从下面的代码中得到错误:

char * com = "xterm cat /home/user/Desktop/file.c";
system(com);

甚至:

char * com = "/usr/bin/xterm /bin/cat /home/user/Desktop/file.c";
system(com);

感谢您的帮助;

最佳答案

您可以将命令更改为:

xterm -e less file.c

关于c - 运行 xterm 并使用 c 显示文件内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46877763/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com