Subject: | stay_open does not find file beginning with a dot |
Imagine a folder /tmp/test/ with a single file named ".file.xml" inside
run this command : [ romain @MacBook : / ]exiftool -ext "*" /tmp/test/
======== /tmp/test2/.file.xml
ExifTool Version Number : 9.01
File Name : .file.xml
Directory : /tmp/test2
File Size : 0 bytes
File Modification Date/Time : 2012:08:30 17:19:16+02:00
File Permissions : rw-r--r--
Error : Unknown file type
1 directories scanned
1 image files read
Now, let's use the interactive mode :
run :
[ romain @MacBook : / ]exiftool -stay_open True -@ feed-exiftool
let's paste the commands in "feed-exiftool" file :
-ext "*"
/tmp/test/
-execute
we obtain :
1 directories scanned
0 image files read
{ready}
We should obtain the same result.
This behavior only happens with files beginning with a dot (.)
Romain