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'
# Short-hand for tailing and searching the ONOS (karaf) log
alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log'
alias ll='less $KARAF_LOG'
alias gl='grep $KARAF_LOG --colour=auto -E -e '
function filterLocalLog {
......