On Dec 20, 2008, at 12:40 PM, Jack Schwartz wrote: > I have a question: how can I tell whether or not a file has been > fiocompressed. should it be reflected in the file size reported by > ls, > by the output of some command, that fiocompress -d gives an error or > not, ???
file(1) would be my guess, but it seems that /etc/magic, the database which file(1) uses to determine a file's type, lacks the info needed to determine a fiocompress'd file. That might be a useful RFE. /dale
