Luca Prete
Committed by Gerrit Code Review

ONOS-3341 Remove ll alias since it conflicts with the ubuntu ll command.

Change-Id: I0d0db23bab2da31b4d63672955a428090d4dd47f
...@@ -67,7 +67,6 @@ alias pub='onos-push-update-bundle' ...@@ -67,7 +67,6 @@ alias pub='onos-push-update-bundle'
67 67
68 # Short-hand for tailing and searching the ONOS (karaf) log 68 # Short-hand for tailing and searching the ONOS (karaf) log
69 alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' 69 alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log'
70 -alias ll='less $KARAF_LOG'
71 alias gl='grep $KARAF_LOG --colour=auto -E -e ' 70 alias gl='grep $KARAF_LOG --colour=auto -E -e '
72 71
73 function filterLocalLog { 72 function filterLocalLog {
......