#!/bin/bash
echo
cd ~/.mozilla/firefox/`cat ~/.mozilla/firefox/profiles.ini | grep -m 1 Path= | awk '{print substr($1,6,length($1)-5)}'`/Cache
cd ~/.mozilla/firefox/`cat ~/.mozilla/firefox/profiles.ini | grep -m 1 Path= | awk '{print substr($1,6,length($1)-5)}'`/Cache
find -size +2M | xargs file -F " "| grep Flash | awk '{print $1}' | xargs ls -lh | awk '{print " "$8 " " $5 " " "Macromedia \033[1;34mFLASH\033[0m Video"}'
echo
echo -n " Enter the name of the Flash file: "
read FLASH
cp $FLASH ~/Desktop/some_video.flv