grep waits if the second argument is empty.
$ grep bla
=> hangs till signal
$ grep bla bla
=> instant return
I guess your command is not correct. Ensure you are calling grep correctly.
Btw.: Please use the code tag to paste code for readability
$ grep bla
=> hangs till signal
$ grep bla bla
=> instant return
I guess your command is not correct. Ensure you are calling grep correctly.
Btw.: Please use the code tag to paste code for readability