first commit

This commit is contained in:
2026-06-07 21:11:06 +03:00
commit 9d0f0f86ed
6 changed files with 736 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
COMMAND sha256sum
USAGE [FILES]...
DESCRIPTION Computes and prints the SHA-256 hash of each file.
ARG1 FILES
ARG1DESCRIPTION Specifies the paths to the files to hash.
EXAMPLE1 sha256sum /halyde/apps/fetch.lua
EXAMPLE2 sha256sum a.txt b.txt
EXAMPLE1DESCRIPTION Computes and prints the SHA-256 hash of fetch.lua in the /halyde/apps directory.
EXAMPLE2DESCRIPTION Computes and prints the SHA-256 hashes of a.txt and b.txt in the current working directory.