Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. kosyo@kosyo-pc:~/Downloads/61000$ paste -d : <(grep -x -v -F -f dic.txt <(cat text.txt | tr A-Z a-z | tr А-Я а-я | tr -d [:punct:] | tr ' ' '\n' | sort -u)) <(grep -x -v -F -f dic.txt <(cat text.txt | tr A-Z a-z | tr А-Я а-я | tr -d [:punct:] | tr ' ' '\n' | sort -u) | sort -u | xargs -I'{}' bash -c 'tre-agrep -B -s -w '{}' dic.txt | head -n 1')
  2. tre-agrep: file: No such file or directory
  3. tre-agrep: /dev/fd/62: No such file or directory
  4. tre-agrep: matches: No such file or directory
  5. tre-agrep: file: No such file or directory
  6. tre-agrep: /dev/fd/62: No such file or directory
  7. tre-agrep: matches: No such file or directory
  8. did:dic.txt:4:say
  9. holy:2:and
  10. number:3:he
  11. pin:4:be
  12. pullest:3:he
  13. shall:4:must
  14. thou:3:she
  15. Binary file /dev/fd/63 matches:2:the
  16. kosyo@kosyo-pc:~/Downloads/61000$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement