shell functions

Using Keyboard Shortcuts in Ubuntu

Digg Linux/Unix upcoming  Sat, 09/06/2008 - 09:33

Your other good friends when using BASH are the Ctrl and Alt keys. These keys provide shortcuts to vital command-line shell functions.

They also let you work more efficiently when typing by providing what most programs call keyboard shortcuts.


 

Korn Shell Functions

Digg Linux/Unix upcoming  Sun, 07/20/2008 - 15:02

If you've ever wanted to use functions effectively in your shell scripts, this blog features a great little primer on shell functions.

Includes examples of Boolean return values as well as strings.