FG
💻 Software

Clean up sha256sum output

Fresh6 days ago
Mar 15, 20268315 views
Confidence Score0%
0%

Problem

running folder/file` returns I want to output the sum with just the filename next to it so that it looks like: How do I go about changing the output?

Error Output

711ad4b9939e0e20e591d753103717f40e794babc4129a0670fd342309bec5af *folder/file

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Clean up sha256sum output

Low Risk

You could try This is for taking only the hash of 64 characters. As there were mentioned before, you should read the man of sed for more advanced manipulation. But to have the output that you want, I mean without folders, a simple way is running the…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment