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
Charles M.C. Chan
2015-05-22 18:35:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e39f3145c3f4ba60501c110bf5e87196e7871545
e39f3145
1 parent
6c2555b7
Fix tle command
Change-Id: I7cdbc231655f5a26c8d00e8de1fcc8fdf7eeee62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/dev/bash_profile
tools/dev/bash_profile
View file @
e39f314
...
...
@@ -65,7 +65,7 @@ function filterLocalLog {
tl | grep --colour
=
always -E -e
"
${
1
-org.onlab|org.onosproject
}
"
}
alias
tlo
=
'filterLocalLog'
alias
tle
=
'
o
lo "ERROR|WARN|Exception|Error"'
alias
tle
=
'
t
lo "ERROR|WARN|Exception|Error"'
function
filterLog
{
ol | grep --colour
=
always -E -e
"
${
1
-org.onlab|org.onosproject
}
"
...
...
Please
register
or
login
to post a comment