Sunday, October 30, 2022

[FIXED] How to inject EOF for stdin on Git bash on windows 10?

Issue

I have tried the following keys: Ctrl+D, Ctrl+C, and Ctrl+Z. The programming I am running on bash doesn't stop unless EOF is reached.


Solution

Following worked for me:

Ctrl+Z, and then press Enter.



Answered By - hashmap
Answer Checked By - David Marino (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.