> On May 12, 2021, at 2:32 PM, Bhavesh Verma <[email protected]> wrote: > > only > ack google -v --html --range-start='head' --range-end='/head’
So it seems like the Windows shell gets confused by the > and < characters. I googled around a bit and it seems like “double quotes” instead of ‘single quotes’ might stop the shell from being confused by > and < I also found this page https://www.robvanderwoude.com/escapechars.php <https://www.robvanderwoude.com/escapechars.php> that talks about having to use ^< and ^> to escape those characters. Maybe that will help. In any case, it’s a Windows thing, not ack. I hope this helps. Good luck! 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/1C43AF2A-02CC-4221-98F4-CFF58EDEE7EA%40petdance.com.
