This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
cobbzilla-utils
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Common utilities
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
2
Branches
1.9 MiB
Java
98.1%
JavaScript
0.9%
Shell
0.7%
Python
0.2%
Tree:
28f1ba5760
feature/named_wrapped_streams
master
2.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '28f1ba5760'
${ noResults }
cobbzilla-utils
/
bin
/
log-classes.sh
4 lines
88 B
Raw
Blame
History
#!/bin/bash
grep class,load | awk '{print $2}' | awk -F '$' '{print $1}' | sort | uniq