#!/bin/bash -eu
psgrep ' vi ' | perl -ne '/ v\i (\S+)/ and print "$1\n"' | uniqo
