cat 1.html | grep \"\" > title.txt
This grep statement is not working.
Please tell the best way to grab the title of a pa
grep "" /path/to/html.html
Works fine for me. Are you sure 1.html is in your current working directory? pwd to check.
pwd