Windows 命令中使用 WSL 命令
WSL Windows About 729 words说明
Windows
中可以直接使用WSL
子系统的命令,PowerShell
和CMD
都支持。
格式
wsl
+command
,如使用date
查看日期,可以使用wsl date
。
相关命令
Docker
需安装Docker
wsl docker
Vim
wsl vim
ls
wsl ls -l
locate
需安装locate
,查询文件(代替find
)
wsl locate
ss
wsl ss
vmstat
wsl vmstat -wt 1
nc
wsl nc
telnet
wsl telnet
grep
Windows
下使用wsl grep
可能无法正确抓取流式日志,如kubectl logs -f
,可使用Windows PowerShell
自带的命令SelectString
。
wsl grep
tail
wsl tail
ifconfig
wsl ifconfig
crontab
wsl crontab
base64
加密
echo aaa | base64
解密
echo YWFhDQo= | base64 --decode
md5sum
wsl md5sum
tcpdump
wsl tcpdump
awk
wsl awk
sed
wsl sed
python
wsl python3
json
curl xxx | wsl json_pp
tac
wsl tac
less
wsl less
head
wsl head
uniq
wsl uniq
sort
wsl sort
sh
wsl sh
chmod
wsl chmod
zgrep
wsl zgrep
zcat
wsl zcat
zless
wsl zless
wc
wsl wc
Views: 1,140 · Posted: 2023-03-09
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...