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

Implement hashsum #26

Open
GrayJack opened this issue Sep 27, 2019 · 3 comments
Open

Implement hashsum #26

GrayJack opened this issue Sep 27, 2019 · 3 comments
Projects

Comments

@GrayJack
Copy link
Owner

No description provided.

@GrayJack GrayJack created this issue from a note in Roadmap (To do) Sep 27, 2019
@palfrey
Copy link
Contributor

palfrey commented Oct 14, 2019

Do you mean all the items from https://www.gnu.org/software/coreutils/manual/html_node/Summarizing-files.html except wc or something else? Possibly https://www.computerhope.com/unix/bash/hash.htm but AFAIK that's a bash builtin not part of coreutils

@GrayJack
Copy link
Owner Author

Kinda all the items from that list (except wc) but on only one binary, like specifying as a parameter the the type of hash that you want, that's the only util that I thought to move away from POSIX and GNU implementations

@GrayJack GrayJack changed the title Implement hash Implement hashsum Jan 6, 2020
@GrayJack
Copy link
Owner Author

GrayJack commented Jan 6, 2020

I'm thinking in something like this
hashsum <hash type> [FILE ...]

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

No branches or pull requests

2 participants