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.
281
Commits
2
Branches
1.9 MiB
Tree:
72e0962ac1
feature/named_wrapped_streams
master
2.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '72e0962ac1'
${ noResults }
cobbzilla-utils
/
bin
/
log-classes.sh
log-classes.sh
88 B
Raw
Normal View
History
first commit
5 years ago
1
2
3
#!/bin/bash
grep class,load | awk '{print $2}' | awk -F '$' '{print $1}' | sort | uniq