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?
Asked
Active
Viewed 160 times
0
Melebius
- 11,750
2 Answers
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
Vinu Chandran
- 121
0
.mp4 its mean hidden in files. Click the three line menu "navicon" (AKA sandwich menu icon) and tick show hidden files:
Pablo Bianchi
- 17,371
