
unar
List of commands for unar:
-
unar:tldr:006c9 unar: Force rename if files to be unpacked already exist.$ unar -r ${archive}try on your machineexplain this command
-
unar:tldr:771be unar: Force skip if files to be unpacked already exist.$ unar -s ${archive}try on your machineexplain this command
-
unar:tldr:7ff9b unar: Extract an archive to the specified directory.$ unar -o ${path-to-directory} ${archive}try on your machineexplain this command
-
unar:tldr:a067c unar: Extract an archive to the current directory.$ unar ${archive}try on your machineexplain this command
-
unar:tldr:c3e92 unar: Force overwrite if files to be unpacked already exist.$ unar -f ${archive}try on your machineexplain this command