Update tcar automation scripts.
- Previously, some calls to tcar_getFilesList function were using
options in the long form but tcar_getFiles is using short options
form. This make find to fail with 'invalid predicate' error. This
update changes the calls of tcar_getFilesList function to use short
options instead of long options.