-3

I am wanting to learn the ropes with 7z. This isn't working...I followed 7z --help:

7z x -r beans.7z personal.php

I want to make a .7z file called "beans.7z" and what contains the file "personal.php"

The error I get is:

Error:
    there is no such archive
Jk1
  • 11,233
  • 9
  • 54
  • 64

1 Answers1

0

Here is the correct command for what you want to do:

7z a beans.7z personal.php
Stephen Oberauer
  • 5,237
  • 6
  • 53
  • 75