Hi Monks,
I written a script, that will get a text file as command line arguments. Sometimes, it can get compressed text file as an argument. Is there way to find out that the input file is compressed one ?
I dont want to use the regular expression to check the extension of the file for finding out.