local-bin/apsalar/wtfis

7 lines
133 B
Plaintext
Raw Normal View History

2023-03-11 22:13:44 +02:00
#!/bin/sh
emerge --search "$1" --fuzzy-search n \
| grep "Description" \
| head -1 \
| cut -d":" -f2 \
| awk '{$1=$1;print}'