wsl -h显示以下内容: --exec, -e <CommandLine> Execute the specified command without using the default Linuxshell.
-- Pass the remaining command line as is.“不使用默认的Linuxshell”是什么意思(即,如果不使用默认的shell,它还将使用什么?)。此外,作为示例,我现在有三种可能的方法来从我的PowerShell提
我想要执行linux命令(例如,bt,break,frame等)在gdb提示符中使用python脚本。例如:我正在使用subprocess.call(["gdb"], shell=True),这一行通过执行gdb命令将我带到(gdb)提示符,但是在它之后,当我尝试subprocess.call(["backtrace"], shell=True)时,它显示/bin/sh:backtrace: command not found