I have many files in unix system that match the pattern 'ZLOG_106475_20170517.zip'
where, 106475
denotes the id within the filename.
I want to fetch the names of all such files having id greater than a specific no e.g.
106171
And push the names into a .lst
list file in unix.
Can someone help me?