Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
unrar e datei.rar
root@localhost:~# unrar -p /home/niko/Desktop/MMEm.rar
Password:
unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers
Extracting from /home/niko/Desktop/MMEm.rar
All OK
unrar e -pDEIN_PW /Pfad/zur/Datei.rar
"Password:"Original von Nik-o
Dann kommt das bei raus:
root@localhost:~# unrar -p /home/niko/Desktop/MMEm.rar
Password:
unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers
Extracting from /home/niko/Desktop/MMEm.rar
All OK
un dann? (sry, wenns ne blöde Frage is^^)
Original von Nik-o
Habe mir grade eine passwortgesicherte .Rar Datei runtergeladen.
man unrar
OPTIONS
After the program name comes a command and then optional switches with dashes before them. A summary of commands is included below. For a complete description, run
unrar without options.
e Extract files to current directory.
l List archive content.
p Print file to stdout.
t Test archive files.
v Verbosely list archive.
x Extract files with full path.
unrar e rardatei.rar
OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two
dashes (?-?). A summary of options is included below.
-x --extract
Extract files from archive (default).
-t --list
List files in archive.
-f --force
Overwrite files when extracting.
--extract-newer
Only extract newer files from the archive.
--extract-no-paths
Don?t create directories while extracting.
-p --password
Decrypt archive using a password.
-? --help
Show program help.
--usage Show short program usage message.
-V --version
Show version of program.
NON-FREE UNRAR COMPATIBLE SYNOPSIS
unrar-free [elvx] [-ep] [-o+] [-o-] [-ppassword] [-u] [--] ARCHIVE [FILE ...]
[DESTINATION]
This syntax should only be used in front-end programs which are using non-free unrar as a back-
end. It is recommended to use this program by GNU command line syntax.
e Extract files from archive without full path.
l List files in archive.
v Verbose list files in archive.
x Extract files from archive with full path.
-ep Don?t create directories while extracting.
-o+ Overwrite files when extracting.
-o- Don?t overwrite files when extracting.
-p Decrypt archive using a password.
-u Only extract newer files from the archive.
-- Disable further switch processing. Any switch after the -- are treated as filenames
and destination.