`select path from file where path like '/home/%/%'...
# general
w
select path from file where path like '/home/%/%';
should at the minimum display
.bashrc
,
.bash_history
, the
.ssh
directory, etc