blob: d8a3076a0a3164ee98349164252377c92253cbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Bash-completion
===============
Freddy Vulto (FVu)
v1.0, Mar 2009
Preface
=======
Bash completion extends bashs standard completion behavior to achieve
complex command lines with just a few keystrokes. This project was
conceived to produce programmable completion routines for the most
common Linux/UNIX commands, reducing the amount of typing sysadmins
and programmers need to do on a daily basis.
// include::intro.txt[]
include::bash_completion.txt[]
include::styleguide.txt[]
include::testing.txt[]
|