mplayer $(stat -c %N /proc/*/fd/* 2>&1|awk -F[\`\'] '/Flash/{print$2}')
cp $(stat -c %N /proc/*/fd/* 2>&1|awk -F[\`\'] '/Flash/{print$2}') /path/to/where/to/copy
| The Following User Says Thank You to sta_rik For This Useful Post: | ||
| The Following User Says Thank You to nisheet For This Useful Post: | ||
mplayer $(stat -c %N /proc/*/fd/* 2>&1|awk -F[\`\'] '/Flash/{print$2}')
cp $(stat -c %N /proc/*/fd/* 2>&1|awk -F[\`\'] '/Flash/{print$2}') /path/to/where/to/copy