why tags are not working in range-start ?

On Thursday, May 13, 2021 at 1:02:24 AM UTC+5:30 Bhavesh Verma wrote:

> only 
> ack google -v --html --range-start='head' --range-end='/head’
>
> This command works for me
>
>
> On Thursday, May 13, 2021 at 12:45:11 AM UTC+5:30 [email protected] 
> wrote:
>
>>
>>
>> On May 12, 2021, at 2:06 PM, Bhavesh Verma <[email protected]> wrote:
>>
>> PS C:\xampp\htdocs\muslimzawaj> ack google -v --html 
>> --range-start='<head' --range-end='</head>'
>> The syntax of the command is incorrect.
>>
>>
>> In windows 10 range start and end option is not working. Please suggest
>>
>>
>>
>> I think it’s probably something related to quoting in the Windows 
>> shell/command line.  I’m not familiar with the Windows command line, so I’m 
>> going to try to help as best I can.
>>
>> Let’s try to narrow it down to what is causing the problem.
>>
>> Does it work without the —range-start and —range-end?
>>
>> Like this: ack google -v --html
>>
>> Does it work if you have the —range-start and not the —range-end?
>>
>> Like this: ack google -v --html --range-start='<head'
>>
>> What if you have the —range-end and not the —range-start?
>>
>> ack google -v --html --range-end='</head>’
>>
>> What if you take out the > and < from what you are searching for, like
>>
>>  ack google -v --html --range-start='head' --range-end='/head’
>>
>> Try different things until you can find out “Aha, this option works, and 
>> this one doesn’t”, and then we can go from there.
>>
>> Andy
>>
>

-- 
You received this message because you are subscribed to the Google Groups "ack 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ack-users/7e841145-5113-4736-a68f-01b8705c365dn%40googlegroups.com.

Reply via email to