Minor formatting and comments changes

This commit is contained in:
David A. Harding
2009-03-13 12:14:08 -04:00
parent a03a3bf66b
commit d6f00ca42f

View File

@@ -373,9 +373,8 @@ _list() {
LINES=$( wc -l "$src" | sed 's/ .*//' )
PADDING=${#LINES}
## Search pattern or patterns specified; parse the file and then
## grep for each pattern afterwords.
## Number, sort, and mangle the file, then run the filter command,
## then mangle the file some more
command=$(
sed = "$src" \
| sed "N; s/^/ /; s/ *\(.\{$PADDING,\}\)\n/\1 /" \