Search Results

Search: Posts Made By: scribling
3,140
Posted By scribling
Catching too many files is why I'm only testing...
Catching too many files is why I'm only testing *001.dpx rather than the whole sequence.
This code:
find . -type f -name *0001.dpx -print | grep -v...
3,140
Posted By scribling
Sorry for the lack of info. I am looking for only...
Sorry for the lack of info. I am looking for only files that DO NOT CONFORM to the standard naming convention.
The script will be run on a directory tree.
This code looks promising. How do I...
3,140
Posted By scribling
I don't think that will work being that the...
I don't think that will work being that the convention I need to check has capital letters, underscores, numbers, a lowercase v, more numbers, six digit file number and .dpx.

What I'm printing...
3,140
Posted By scribling
Check file name against convention
I need this script to check if the first 3 letters of the file name are capital.

find . -type f -name *001.dpx -exec find {} ! -name ???_???_???_v??.??????.dpx \; >> ./Bad_FileNames.txt
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy