> Am 14.10.2024 um 04:35 schrieb Dan <d...@nnnne-o-o-o.com>: > > grep "return 301 $host$request_uri" *.conf
The shell will interpret any $… sequences in double quotes as variables. Use single quotes or try to escape the $ characters. HTH Mike
> Am 14.10.2024 um 04:35 schrieb Dan <d...@nnnne-o-o-o.com>: > > grep "return 301 $host$request_uri" *.conf
The shell will interpret any $… sequences in double quotes as variables. Use single quotes or try to escape the $ characters. HTH Mike