Wednesday, December 14, 2022

Linux - Ar

The following is a Linux dictionary word of the day:
ar – utilized to create, modify, and extract files from an archive.
-r parameter for creating an archive file.
Example: ar r archive_file_name.a *.txt

No comments:

Post a Comment