This is what I am doing on linux
cat a-directory/* | md5
What would be the alternative in PowerShell, maybe something with CertUtil
?
The reason I am doing this is that I want to make sure I can copy a large directory.
This is what I am doing on linux
cat a-directory/* | md5
What would be the alternative in PowerShell, maybe something with CertUtil
?
The reason I am doing this is that I want to make sure I can copy a large directory.