
ar
List of commands for ar:
-
ar:tldr:2f5e2 ar: E[x]tract all members from an archive.$ ar x ${filename-a}try on your machineexplain this command
-
ar:tldr:42f0e ar: In[s]ert an object file index (equivalent to using `ranlib`).$ ar s ${filename-a}try on your machineexplain this command
-
ar:tldr:48681 ar: [r]eplace or add specific files to an archive.$ ar r ${filename-deb} ${path-to-debian-binary path-to-control-tar-gz path-to-data-tar-xz ---}try on your machineexplain this command
-
ar:tldr:9580f ar: Create an archive with specific files and an accompanying object file index.$ ar rs ${filename-a} ${filename1-o filename2-o ---}try on your machineexplain this command
-
ar:tldr:d8f0c ar: Lis[t] contents in a specific archive.$ ar t ${filename-ar}try on your machineexplain this command