public
Description: bash scripts, aliases, other misc things go here
Homepage: http://opensource.thinkrelevance.com
Clone URL: git://github.com/relevance/etc.git
ltr for showing most recent modified
rsanheim (author)
Mon Jul 07 08:06:28 -0700 2008
commit  3d24c3c1ce0b8ee5fdad6ec1a76e4eb2b280fc1a
tree    541f717397bb948f8bd5a0ec74f608a70a0920cc
parent  6ebe2cf702a1506e07c3d6f64bc99b43a9604bcb
...
17
18
19
 
20
21
22
...
17
18
19
20
21
22
23
0
@@ -17,6 +17,7 @@ alias screen='TERM=screen screen'
0
 alias l='ls -al'
0
 alias lt='ll -t'
0
 alias la='lt -a'
0
+alias ltr='ls -ltr'
0
 alias lth='ll -t|head'
0
 alias lh='ls -Shl | less'
0
 alias tf='tail -f'

Comments

    No one has commented yet.