ndb -d ~/Library/Application\ Support/notedeck/db print-search-keys | cut -d"'" -f 2 | awk 'length($0) > 5' | sort | uniq -c | sort -nr "$@" | head -n 20 | cat -n

Replies (1)

โ†‘