@FiXato Like so:
ddg ()
{
$PREFIX/bin/w3m "https://duckduckgo.com/lite?q=$*&kd=-1"
}
Invoked:
ddg why is water wet
Note that it seems to be working now.
#ddg #bash #linux #BashFunction

A Bash Function To Extract File Archives Of Various Types - OSTechNix
So many applications available to extract various types of archive files. Here is a Bash function to extract file archives of various types.
[Bash Tips] Rename Files Without Typing Full Name Twice In Linux
In this brief guide, we will discuss about a simple BASH function to rename files without typing full name twice in Linux operating systems.
OSTechNixBash Tips - How to cp or mv and cd in one command - OSTechNix
A simple BASH function to combine cp or mv and cd in one command. Copy or move files/directories to another directory and cd into the destination directory.
OSTechNixBash Tips - How To cd and ls in one command - OSTechNix
A simple BASH function to combine cd and ls in one command. This guide explains how to list directory contents automatically whenever you cd into it.
OSTechNix