How to find a folder?

Asked by Kaya

I saved some pictures from my camera and made a folder for them. When I went to upload the photos to my facebook, the folder was not there? I made the folder about a month ago, and today when I added the new photos the folder disappeared.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu eog Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo find / -name *.jpg > ~/result.txt; sudo find / -name *.JPG >> ~/result.txt; gedit ~/result.txt

will find all fines named jpg and JPG and output their names to result.txt then open it. You can then browse the file to find your data. The find command will search the entire system as it is starting from /

If the camera uses PNG then replace the searches accordingly.

Can you help with this problem?

Provide an answer of your own, or ask Kaya for more information if necessary.

To post a message you must log in.