Linux command
engrampa 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Open
engrampa [path/to/archive1.tar] [path/to/archive2.tar]
Add
engrampa --add-to=[path/to/archive.tar] [path/to/file_or_directory]
Extract
engrampa --extract-to=[path/to/directory] [path/to/archive.tar]
Extract
engrampa --extract-here [path/to/archive.tar]
说明
engrampa is the MATE desktop archive manager. It creates and extracts archives in various formats including tar, zip, 7z, rar, and more. A fork of file-roller adapted for the MATE desktop environment.
参数
- -a, --add-to _archive_
- Add files to the specified archive and quit.
- -d, --add _file_
- Add files, prompting for the archive name, and quit.
- -e, --extract-to _folder_
- Extract archives to the specified folder and quit.
- -f, --extract
- Extract archives, prompting for the destination folder, and quit.
- -h, --extract-here
- Extract archives using the archive name as destination folder and quit.
- --default-dir _folder_
- Default folder to use for `--add` and `--extract` commands.
- --force
- Create destination folder without asking for confirmation.
FAQ
What is the engrampa command used for?
engrampa is the MATE desktop archive manager. It creates and extracts archives in various formats including tar, zip, 7z, rar, and more. A fork of file-roller adapted for the MATE desktop environment.
How do I run a basic engrampa example?
Run `engrampa [path/to/archive1.tar] [path/to/archive2.tar]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --add-to _archive_ do in engrampa?
Add files to the specified archive and quit.