windows powershell 等价|grep的用法

grep是linux下的一个程序,用来对shell输出的字符串过滤的。windows下一般是没有的,但是powershell有相应的功能findstr。

# Windows # PowerShell
Avatar
计算机天才
·
0
0

windows powershell 更换控制台编码

切换到utf-8,不然有时候输出中文会乱码

# Windows # PowerShell
Avatar
计算机天才
·
0
0
- END -