Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsolaorbaiceta committed Sep 4, 2024
1 parent d9a2af6 commit ed9a5cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ $ which aar
Creating an archive:

```bash
$ aar -c -f archive.aarch file1.txt file2.txt file3.txt
$ aar create -f archive.aarch file1.txt file2.txt file3.txt
```

Extracting all files an archive:

```bash
$ aar -x -f archive.aarch
$ aar extract -f archive.aarch
```

Extracting a single file by name from an archive:

```bash
$ aar -x -f archive.aarch -n file2.txt
$ aar extract -f archive.aarch -n file2.txt
```

Listing the contents of an archive:

```bash
$ aar -l -f archive.aarch
$ aar list -f archive.aarch
```

## File Format
Expand Down

0 comments on commit ed9a5cb

Please sign in to comment.