Where can I find the GNU ar file format specification?
gnu, linux, unix-ar
Solution
From Wikipedia:
The ar format has never been standardized; modern archives are based on a common format with two known variants, BSD and GNU.
More information is there, too.
Problem
I need to access an ar created file, but I cannot find a specification document defining the format. Can someone point me in the right direction?