I need help. i have the following in a shell script
FILES_TO_VALIDATE=$FTP_DEST/patternorderresponse_[0-9][0-9][0-9][0-9][0-9][0-9][0-9]_UTC*.xml
this will get all the files like
patternorderresponse_2023165_UTC1633_0.xml
patternorderresponse_2023165_UTC1633_12.xml
patternorderresponse_2023165_UTC1633_22212.xml
etc.
i would like to exclude the ones that end in _0.xml
How can i do that?