Search Results

0
votes

A simple way to send mails from a C application on Unix

Perl's Mail::Mailer provides a very easy way to generate mail through the local MTA (example from perl …
0
votes

Bash Shell - What is equivalent of DOS shell F8 ?

If you use vi input mode (set -o vi in bash or via set editing-mode vi in .inputrc), you can use normal vi commands to search the history (/). This gives you full regular expressions, too, which c …