file command meaning in English
文件命令
Examples
- Gdb is run from the shell with the command gdb with the program name as a parameter , for example gdb eg , or you can use the file command once inside gdb to load a program for debugging , for example file eg
在shell中,可以使用gdb命令并指定程序名作为参数来运行gdb ,例如gdb eg ;或者在gdb中,可以使用file命令来装入要调试的程序,例如file eg 。