目前,我在将netstat和findstr命令的输出写入文本文件时遇到了问题。如果没有将它的输出写入文件(netstat -a | findstr "ESTABLISHED"),或者只使用netstat命令(netstat -a >> task3.txt),则该命令可以正常工作。这是我编写的命令,它没有写入文件:netstat -a | findstr "ESTABLISHED" &
在尝试从命令行运行它之后,我得到了以下输出:Starting XAMPP for Linux 8.1.6-0.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
/opt/lampp/share/xampp/xampplib:line 22: netstat: command not fo