Following on from my previous question I tried to run ls -l; and grep html;
which did what I wanted however the command didn't exit back to the prompt. Instead it appeared to be waiting for something else to happen and I had to Ctrl+C to end the process.
Can anyone explain why this happened and what the correct syntax for my command would be?
What I'm trying to do is have grep filter the output of the ls -l
ls -l *html*
– glenn jackman Apr 21 '16 at 13:53