Hi Riku,
Le Thu, Oct 09, 2025 at 06:01:58PM +0300, Riku Virtanen a écrit : > Hi Osvaldo, > > > Thank you a lot! With your help, Google works again. > Only funny problem: I do not know how I should use bash? Its default on my Ubuntu OS, I don't know if you are running a Linux OS; maybe you should replace the top raw of my lynxie script by: #!/bin/sh so that you can use the default shell that comes or that you installed on your operating system. > I tried to run it as a command or program, not work only: > /home/riku/lynxie As shown in my example you need to specify http://google.com/search?q= followed by your search key1+search key 2+etc. > I tested to write straight to command line (in Fedora) > /usr/bin/lynx -force_html -useragent=InternetExplorer -accept_all_cookies > -nobold -nocolor -tagsoup -trim_blank_lines -hiddenlinks=merge $1 > > And it opened lynx which opens Google search without a problem. My lynxie script does submit search keys directly from the commandline prompt and when pressing ENTER Lynx will open the result-page. Feel free to use and modify lunxie to match your needs! > Riku Regards, Osvaldo.
