I have mounted an image and have used the find command to show all file types found on the image
~/mounted $ find . -type f -exec file {} \; I know how to direct the output of the command to a .txt document but I cannot figure out how to copy the files I have found to another directory.