
Command argument bundling
Short command arguments can often be bundled
$ ls -a -l -s
$ ls -l -r -t
$ grep -r -i needle hackstack/
$ ls -als
$ ls -lrt
$ grep -ri needle hackstack/
Copyright 2005, Bri Hatch of Onsight, Inc.
Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2005
Presentation created using vim and MagicPoint.