Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -45,6 +45,7 @@ alias pub='onos-push-update-bundle' | ... | @@ -45,6 +45,7 @@ alias pub='onos-push-update-bundle' |
45 | # Short-hand for tailing the ONOS (karaf) log | 45 | # Short-hand for tailing the ONOS (karaf) log |
46 | alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' | 46 | alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' |
47 | alias tlo='tl | grep --colour=always org.onlab' | 47 | alias tlo='tl | grep --colour=always org.onlab' |
48 | +alias ll='less $KARAF_LOG' | ||
48 | 49 | ||
49 | # Pretty-print JSON output | 50 | # Pretty-print JSON output |
50 | alias pp='python -m json.tool' | 51 | alias pp='python -m json.tool' | ... | ... |
-
Please register or login to post a comment