| |||
| Home > Managing libraries > Moving files in a library | |||
Use the -m option with one of the following
options to move the specified files to a new location in a library:
-a pos_nameMove the files after the file .pos_name
-b pos_nameMove the files before the file .pos_name
-i pos_nameMove the files before the file .pos_name
Move the files to the end of the library.
You can use this option in conjunction with other compatible command-line options.
To move the file file1.o to a new location
after file2.o in the mylib.a library,
enter:
armar -m -a file2.o mylib.a file1.o