Hi,
I tried to ls a directoy with "ls -l *.[0-9]*" in an attemp to list only files having numerical type extension. For example, for the following 2 files:
filename1.12345
filename1.ABCDE
filename1.123A5
I want ls only filename1.12345. The command ls-l *.[0-9]* skipped the filename1.ABCDE but also listed filename1.123A5, which should really be skipped. Can anyone suggested another way to do this?
Thanks
Mike
I tried to ls a directoy with "ls -l *.[0-9]*" in an attemp to list only files having numerical type extension. For example, for the following 2 files:
filename1.12345
filename1.ABCDE
filename1.123A5
I want ls only filename1.12345. The command ls-l *.[0-9]* skipped the filename1.ABCDE but also listed filename1.123A5, which should really be skipped. Can anyone suggested another way to do this?
Thanks
Mike