FG
💻 Software

Indicating end of Standard Input

Fresh5 days ago
Mar 15, 202612276 views
Confidence Score0%
0%

Problem

How does one indicate that one has finished entering test in stdin? For example, let's say that I wish to encrypt 'blue' using MD5 (I know MD5 is unsecure, but just for this example). I tried which I was led to understand is how one pipes input to stdin, but it doesn't work right. But if I just ent…

Error Output

user$ blue | md5

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Indicating end of Standard Input

Low Risk

are you talking about getting an md5sum for a piece of text? if so run the md5sum command type your text, when finished move to a new line by pressing return press CTRL-D to end your input.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment