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>" |
沒有留言:
張貼留言