In debian I have a folder hold many files like
"1.file.jpg" "2.file.sql" "3.file.rar"
... (Number is part of file name)
I want list file base on number ,exist in first of name
for example list of files that first number bigger than 100,that show list of file name start 101 to end.
How can i do? I think it possible when list files by name and escape 100 first result Is it possible or exist another way?