2

I tried to unrar the file Starbound 1.2.2.rar with the command

unrar x Starbound 1.2.2.rar

and many varitions, how can I unrar this file?

dessert
  • 40,956
tbone
  • 49
  • 2
  • 2
  • 5

1 Answers1

3

Your filename has a space in it. Try:

unrar x Starbound\ 1.2.2.rar

or

unrar x "Starbound 1.2.2.rar"
N0rbert
  • 103,263