Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcards support? #4

Open
sergeevabc opened this issue May 9, 2024 · 3 comments
Open

Wildcards support? #4

sergeevabc opened this issue May 9, 2024 · 3 comments

Comments

@sergeevabc
Copy link

Windows 7 x64, Hashit 1.2.0

$ hashit.exe -p -c sha256 -f sum --threads 1 *.7z
ERROR 2024-05-09T...: file or directory issue: *.7z CreateFile *.7z: The filename, directory name, or volume label syntax is incorrect.
@boyter
Copy link
Owner

boyter commented May 9, 2024

Windows.... So in unix/linux this would be taken care of by the shell which was the intended use. I don't have easy access to a windows machine at the moment but I will have a look when I do get the chance.

@sergeevabc
Copy link
Author

My expectation here is nurtured by hash calculators like yours, Ben.

$ hashdeep -bc sha256 img202405*.jpg
3152510,83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d,img202405_6894.jpg
3091717,885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00,img202405_6895.jpg
3082678,6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089,img202405_6896.jpg

$ rhash --sha256 img202405*.jpg
83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d  img202405_6894.jpg
885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00  img202405_6895.jpg
6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089  img202405_6896.jpg

$ sha256sum img202405*.jpg
83389d6b6e7df07a5ffbf481dba7694823124d121b490d4431854fa99bcd109d *img202405_6894.jpg
885a08e3059923ddb422ffae023e1419c4a11b9d29f9067f0fa9dc698eeebc00 *img202405_6895.jpg
6c1f5eb44a8ab658c3f0f8966b662bcd1515d44098fb8811e76f7db30814f089 *img202405_6896.jpg

---

$ b3sum img202405*.jpg
96ac12a2716c7c25b00380017aebc56b78602e484a2ecb2b80c1961bcfdc0598  img202405_6894.jpg
c4b824e925f627d3afe34c3a04ed769b0ae73ab0ac08c8312f161c2eda38cbcb  img202405_6895.jpg
3614a0d0afa46fb6eeb921a7eded0d602a433e898baf710c09740869ed870633  img202405_6896.jpg

$ xxhsum img202405*.jpg
46cb55b63ff71972  img202405_6894.jpg
24fa50966a7b913c  img202405_6895.jpg
8380dc1a51b5972a  img202405_6896.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants