I need to write a makefile shell script and the first pararmeter will be the release number. The release number must consist of three digit numbers(including either number or letter, such as 001, 002, or 3KH, A58). What I need to do is only to judge if the digits equals three and whether they belongs to either Number or Letters. That's it. It shouldn't be too difficult, but I still cannot find the way out.
Any help will be appreciated.
TC Wang