Tagged Questions
1
vote
3answers
93 views
Trying to remove all ids from an HTML file with grep
I'm trying to remove all id=" "s from an .html file but I'm not sure where I am going wrong. I tried using regular expressions but all I am getting is the .html file rendering in my Ubuntu terminal.
...
0
votes
1answer
496 views
Curl and grep html text
Is there a way to grep html text from a curl request and output grab the value that is between two html tags?
More specifically the input value of a form?