tUse proper tool for numbering lines - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 70d26e048e165bc4954ea89a4c7d2338a7750ac9
(DIR) parent e87293d7be54fc7697bac9462bbcac9ffc6725c5
(HTM) Author: z3bra <willy@mailoo.org>
Date: Wed, 5 Nov 2014 10:05:48 +0100
Use proper tool for numbering lines
Diffstat:
M todo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/todo b/todo
t@@ -17,7 +17,7 @@ list() {
echo "====="
echo
# WOAH, MUCH CLEVER !
- cat -n $TODO
+ nl $TODO
echo
}