On 2019-05-28, Victor Puertas Carreto wrote:
> Dear gnu team,
> 
> I do not receive any output when executing  the following grep
> command:
> $ grep -H get_excel_report.py
> 
> I checked the usage of the command (see field attached
> grepHelp.jpg). No information is displayed after the execution.
> After 20' is still hanging as displayed in the grepHangs.jpg

Your command is looking for the pattern "get_excel_report.py" in the
stdin stream, which is your terminal.  It's hanging waiting for
input.

Regards,
Gary




Reply via email to