#!/bin/sh strace $1 2>&1|grep -E '^open(.*)'|grep -vE "= -1|O_DIRECTORY"|cut -d\" -f2 | sort -u