命令

#列出所有命令
tasklist

#删除进程命令
taskkill /pid 8468 -t -f


#查找文字命令 findstr
netstat -an|findstr 1521

#显示文件 filename.txt 的最后几行,其中 + q 参数将文件内容输出到屏幕上,并立即退出
type filename.txt + q

#滚动到末尾
more filename.txt

 

posted on 2023-06-20 14:22  张释文  阅读(8)  评论(0编辑  收藏  举报