I am newbie... this may be a basic question...
In korn shell script, how to find the type of the file.... here is the pseudo
if (filename is of type ".eml" or ".jpg") then
--- do something
thx in advance.
In korn shell script, how to find the type of the file.... here is the pseudo
if (filename is of type ".eml" or ".jpg") then
--- do something
thx in advance.
Comment