bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ruler


From: valkrem
Subject: Ruler
Date: Fri, 11 Dec 2015 20:41:26 -0700 (MST)

Hi all,

I am looking for a screen ruler (script) that display  the column position of a variables for a given file.  


Example
Assume I have a file named  "test"  and has three variables

Id     Date      length

123 20150518  2750
125 20140324  3500

When I invoke  the command -ruler ( or  the script name)  I will see the following

bash$ ruler test
1                        2         3
12345678901234567890
-----------------------------------
123 20150518  2750
125 20140324  3500

 
Thanks in advance


View this message in context: Ruler
Sent from the Gnu - Bash mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]