You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If GNU cat is received like "abc(Ctrl+D)" from standard input, it outputs "abc".
However, cat command of this project does not output anything, if it's received "abc(Ctrl+D)".