Advertisement
Guest User

Untitled

a guest
May 4th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. wget -nv http://ftp.usf.edu/pub/ftp.monash.edu.au/pub/nihongo/jr-edict.tags.utf.zip
  2. aunpack jr-edict.tags.utf.zip
  3. cat words.txt | xargs -d'\n' -I{} bash -c "[ ! -z '{}' ] && grep -m1 '\b{}\b' jr-edict.tags.utf | grep -Po '(?<=\)\s)(.*?)(?=/(\(|))' || echo NO_MATCH_OR_EMPTY"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement