Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. comm -13
  2. <(nm libfoobar.a | egrep ' [BDTW] ' | sed -e 's/.* [BDTW] //' | sort -u)
  3. <(nm libfoobar.a | grep ' U ' | sed -e 's/.* U //' | sort -u)
Add Comment
Please, Sign In to add comment