Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jonathan Hart
2014-10-17 15:18:02 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d57df6c3220dd4b1add93494ad369a4357e3d4a5
d57df6c3
1 parent
0e12fadd
Added alias to run less on the log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tools/dev/bash_profile
tools/dev/bash_profile
View file @
d57df6c
...
...
@@ -45,6 +45,7 @@ alias pub='onos-push-update-bundle'
# 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'
...
...
Please
register
or
login
to post a comment