I am moving to Linux soon and I'm wondering if there's a way to export the name AND size of a file. From a brief google search, I learned that I can export the database into a text file, but this only exports the name. Is it possible I can export the associated size?
Or better yet, can I install a database application on Linux to open this file so all the attributes of a file such as its size can be retrieved?
Much appreciated!
Exporting name of file AND size?
Re: Exporting name of file AND size?
Please try exporting as CSV.
Right click the result list column header and toggle which columns you want exported.
Right click the result list column header and toggle which columns you want exported.
- In Everything 1.3 or earlier, from the Edit menu, click Select All.
- From the File menu, click Read extended information.
Note: this can take several minutes. - From the File menu, click Export.
- Change the Save as type to CSV.
- Select a filename and click Save.
- In Everything 1.4 or later, from the File menu, click Export.
- Change the Save as type to CSV.
- Select a filename and click Save.
-
- Posts: 9
- Joined: Mon Jul 21, 2014 4:16 pm
Re: Exporting name of file AND size?
Excellent, thanks.