Skip to content

NikitaMakovey/console_utility_ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CONSOLE UTILITY ar

Compile [ for example GNU/Linux --> gcc -o main main.c ] and Run like next instructions.

There are next options:

  1. ( r ) - create an archive file with some files from current directory [./main r (archive file) (file_1) (file_2) ...];
  2. ( p ) - show all content from the files that are in an archive file [./main p (archive file)];
  3. ( t ) - show filenames of all files that are in an archive file [./main t (archive file)];
  4. ( d ) - delete a file in an archive file [./main d (archive file) (file)];
  5. ( x ) - export/rearchive all files from an archive file [./main x (archive file)].

About

CONSOLE UTILITY AR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages