commit | d57df6c3220dd4b1add93494ad369a4357e3d4a5 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Fri Oct 17 15:18:02 2014 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Fri Oct 17 15:18:02 2014 -0700 |
tree | 1a7d4cc3d58a20c59030db45804c2e1cd87d2574 | |
parent | 0e12fadd5b9b745e94ed25bd0654901e218313c6 [diff] |
Added alias to run less on the log
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index f9754af..5ee2392 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -45,6 +45,7 @@ # Short-hand for tailing the ONOS (karaf) log alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' alias tlo='tl | grep --colour=always org.onlab' +alias ll='less $KARAF_LOG' # Pretty-print JSON output alias pp='python -m json.tool'