first commit

This commit is contained in:
tema5002
2026-05-04 16:17:30 +03:00
commit 889fa48a71
3 changed files with 209 additions and 0 deletions
@@ -0,0 +1,8 @@
Usage: sha256sum [FILES]...
Computes and prints the SHA-256 hash of each file.
FILES Specifies the paths to the files to hash.
Examples:
sha256sum /halyde/apps/fetch.lua Computes and prints the SHA-256 hash of fetch.lua in the /halyde/apps directory.
sha256sum a.txt b.txt Computes and prints the SHA-256 hashes of a.txt and b.txt in the current working directory.