We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399b519 commit 7331cd2Copy full SHA for 7331cd2
plugins/available/extract.plugin.bash
@@ -63,7 +63,7 @@ End-Of-Usage
63
*.xz) xz --decompress "$1" ;;
64
*.zip|*.war|*.jar|*.nupkg) unzip "$1" -d "$filedirname/$targetdirname" ;;
65
*.Z) uncompress "$1" ;;
66
- *.7z) 7za x "$1" ;;
+ *.7z) 7za x -o"$filedirname/$targetdirname" "$1" ;;
67
*) echo "'$1' cannot be extracted via extract" >&2;;
68
esac
69
fi
0 commit comments