LINUX.ORG.RU

[туплю]uniq не работает?

 


0

0
vv@vv-Latitude-E5520 /dev/shm/portage3_data/portage $ grep -h '^EAPI' */*/*ebuild | grep -v '#' |sed 's/"//g' | sed 's/EAPI=//' | uniq | wc -l
6903
vv@vv-Latitude-E5520 /dev/shm/portage3_data/portage $ grep -h '^EAPI' */*/*ebuild | grep -v '#' |sed 's/"//g' | sed 's/EAPI=//' | uniq | tail -n 25
2
4
2
3
4
2
4
2
3
2
3
1
4
3
1
2
4
2
3
4
2
3
2
3
4
vv@vv-Latitude-E5520 /dev/shm/portage3_data/portage $

что я пропустил?

★★★★★

Последнее исправление: ZuBB (всего исправлений: 1)

man sort

Note: 'uniq' does not detect repeated lines unless they are adjacent. You may want to sort the input first, or use `sort -u' without `uniq'. Also, comparisons honor the rules specified by `LC_COLLATE'.

schizoid ★★★
()

sort |uniq == sort -u

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.