Listing the files

Hi,

I have to list the files in a particular folder which are having file names like below:
1000_aa.csv, 1000_ab.csv, 1000_az.csv,1000_ba.csv,1000_bb.csv,1000_ca.csv,1000_cb.csv.

How can i get the list?

Thanks,
Selva

ls 1000_??.csv
1 Like

Hi,

Thanks a lot.

Selva