2021年5月5日 星期三

命令提示字元(CMD)與 linux 的語法對照

Bash Shell CMD
history doskey /history
grep findstr
md5sum <File> CertUtil -hashfile <File> MD5
cat <File> more <File>
powershell /c "get-content <File>"
tail -10 <File> powershell /c "get-content -Tail 10 <File>"
tail -f <File> powershell /c "get-content -Wait <File>"
後面持續補充紀錄

沒有留言:

張貼留言