0

I downloaded a video using Chrome in Ubuntu by giving empty name, i.e. .mp4 only. I can play using Chrome when I click on it in the download section in Chrome but I can not find this video in the folder. How to locate this video?

Melebius
  • 11,750

2 Answers2

2

Any file/folder with name starting with a '.' will be considered as a hidden file/folder. You can rename it to something else to view it.

Example: a.mp4

Use terminal to navigate to that folder and rename it.

$ cd <download_folder>
$ mv .mp4 a.mp4
0

.mp4 its mean hidden in files. Click the three line menu "navicon" (AKA sandwich menu icon) and tick show hidden files:

screenshot

Pablo Bianchi
  • 17,371