On Sat, 03 Dec 2011 19:26:21 +0530 Benjamin wrote: > Can we use bash shell script for creating squid URL rewritter > script?As from squid wiki, i got some examples but those are in Perl > and php.So i wonder that can we use bash shell scripting to create > squid URL rewritters? Probably, but why would you want to? There's not much you can do in bash without having to start additional processes per URL. If you want to avoid a perl dependency, awk would be better suited.