gnome-find Archiving Preferences
Andy Kahn
8th June 2000
These are the various archive related settings. Commands are
executed from
the search results dialog. Each command requires the text
$archive which will be replaced the actual archive filename.
Additionally, commands may have the text
$files, which will be replaced with the actual filenames
selected in the results dialog.
-
Archive filename (default: gnome-find-data.tar): This
specifies the filename of the archive file.
-
Add to archive (default: gtar -rf $archive $files):
This specifies the command to add the selected files to the archive.
-
Remove from archive (default: gtar --delete -f $archive
$files): This specifies the command to remove/delete the selected
files from the archive.
-
List archive contents (default: gtar -tvf $archive:
This lists the archive contents. If Use built-in viewer is
selected, the built-in viewer will be used.
IMPORTANT: The commands specified must be
non-interactive. That is, for the command to complete, they
must not prompt the user for any input.