GeekNote
首页
搜索
登录
注册
#PowerShell
windows powershell 等价|grep的用法
grep是linux下的一个程序,用来对shell输出的字符串过滤的。windows下一般是没有的,但是powershell有相应的功能findstr。
# Windows
# PowerShell
计算机天才
·
2023年05月28日 10:25
0
0
windows powershell 更换控制台编码
切换到utf-8,不然有时候输出中文会乱码
# Windows
# PowerShell
计算机天才
·
2023年05月28日 10:21
0
0
- END -