Search Results

Search: Posts Made By: colmbell
5,450
Posted By colmbell
Why do I have to use 'awk' can this request not...
Why do I have to use 'awk' can this request not be implemented within a grep command ?
5,450
Posted By colmbell
i only need to capture the last instance of the...
i only need to capture the last instance of the HTTP addresss, that contains 'cache', is there a switch for this ?
5,450
Posted By colmbell
grep search for http address in a file.
Hi

I have downloaded a HTM file from the web.
What I want to do is perform a grep search of that file, searching for all strings where 'http' is present within the file, but only contains the...
3,643
Posted By colmbell
Does the '<infile' relate to the file I wish to...
Does the '<infile' relate to the file I wish to pipe it into ?
3,643
Posted By colmbell
Search for last instance of word in a file
Hi

I'm trying to search for the last instance of the word 'cache' in a HTML file that I have downloaded from YouTube.
I'm using the following syntax, but an error is thrown when I try it.
grep...
3,378
Posted By colmbell
HI Guys If I wanted to find the last...
HI Guys

If I wanted to find the last instance of the word 'cache' in a HTML file, would the below syntax work ? (bash script)
tail -f grep "cache"
3,378
Posted By colmbell
Hi Ygemici Basically I start by logging onto...
Hi Ygemici

Basically I start by logging onto YouTube, find a video clip i want, then copy the URL of that video clip such as
YouTube - RC-Heli-Action: Tag der offenen Tür bei Vario...
3,378
Posted By colmbell
Hi Thanks for your response, it worked, and...
Hi

Thanks for your response, it worked, and broke the quotes up for me.
The below is what I ultimatley want to end up, i've tried to add the cache line, but it broke the search, can u have a look...
3,378
Posted By colmbell
SED Search in YouTube file not working.
Hi

I've succesfully downloaded a HTML file from youtube (for a specific video id)
I'm trying to use the SED command to search for double and single quotes and convert them to a line break (new...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 02:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy