Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ebzip(1) [debian man page]

EBZIP(1)							   User Commands							  EBZIP(1)

NAME
ebzip - compress a CD-ROM book SYNOPSIS
ebzip [option...] [book-directory] OPTIONS
-f --force-overwrite set overwrite mode to `force' (same as `--overwrite force') -h --help display this help, then exit -i --information list information of compressed files -k --keep don't delete original files -l INTEGER --level INTEGER compression level; 0..5 (default: 0) -n --no-overwrite set overwrite mode to `no' (same as `--overwrite no') -o DIRECTORY --output-directory DIRECTORY ouput files under DIRECTORY (default: .) -q --quiet --silence suppress all warnings -s TYPE[,TYPE] --skip-content TYPE[,TYPE...] skip content; font, graphic, sound or movie (default: none is skipped) -S SUBBOOK[,SUBBOOK...] --subbook SUBBOOK[,SUBBOOK...] target subbook (default: all subbooks) -t --test only check for input files -u --uncompress uncompress files -v --version display version number, then exit -w MODE --overwrite MODE set overwrite mode of output files; confirm, force or no (default: confirm) -z --compress compress files Argument: book-directory top directory of a CD-ROM book (default: .) Default action: When invoked as `ebunzip', uncompression is the default action. When invoked as `ebzipinfo', listing information is the default action. Otherwise, compression is the default action. REPORTING BUGS
Report bugs to m-kasahr@sra.co.jp. COPYRIGHT
Copyright (C) 1997-2006 Motoyuki Kasahara ebzip (EB Library) version 4.4.3 July 2012 EBZIP(1)

Check Out this Related Man Page

UNSHIELD(1)						       http://www.synce.org						       UNSHIELD(1)

NAME
unshield - extract CAB files from an InstallShield installer archive SYNOPSIS
unshield [-c COMPONENT] [-d DIRECTORY] [-D LEVEL] [-g GROUP] [-h] [-j] [-L] [-n] [-o] [-O] [-r] [-v] [-V] c|g|l|t|x CABFILE DESCRIPTION
Unshield extracts CAB files from InstallShield installers, used to install software on Microsoft Windows based machines. OPTIONS
-c COMPONENT Only list/extract this component -d DIRECTORY Extract files to DIRECTORY -D LEVEL Set debug log level 0 - No logging (default) 1 - Errors only 2 - Errors and warnings 3 - Errors, warnings and debug messages -g GROUP Only list/extract this file group -h Show help message -j Junk paths (do not make directories) -L Make file and directory names lowercase -n Never overwrite files -o Always overwrite files -O Use old compression -r Save raw data (do not decompress) -v Be verbose -V Print version information Commands: c List components g List file groups l List files t Test files x Extract files Other: CABFILE The InstallShield installer file to act upon AUTHOR
This manual page was adapted by Mark Ellis <mark@mpellis.org.uk>, from the skeleton generated by help2man The SynCE project July 2004 UNSHIELD(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cp options

Hello again, Is there an option for the cp command to overwrite existing files in the destination directory? Cheers Rob (3 Replies)
Discussion started by: milage
3 Replies

2. UNIX for Dummies Questions & Answers

Unix book reference

Does anyone here have a favorite? I just wanted to find a reliable book which is meaty in content and still easily understandable.. (3 Replies)
Discussion started by: mandarin14
3 Replies

3. SCO

compressed file was ftpied in ascii mode needs recovery

I am unbale to uncompress a file which was compress then moved to another pc in ascii mode instead of binary mode. Is there any way to recover it. Please help us. While uncompress it is giving corrupt input. (3 Replies)
Discussion started by: raj2610
3 Replies

4. UNIX for Dummies Questions & Answers

Search for unix book

hello everyone, i wish to know anyone have any recommended good book about unix from for beginner until advanced? i wish to buy just 1 book, that include most of the useful part. i just review a book name "UNIX - in the nutshell 4th edition", is it suitable for me as a newbie? If not, any else... (4 Replies)
Discussion started by: chuwfan
4 Replies

5. UNIX for Advanced & Expert Users

Req:Advanced kernel bible

Hi I am looking out for a book which will help admins to fine tune kernel & know in & out of it.. (Linux or Solaris.) Can anyone suggest me a gud book. thanks gokul. (3 Replies)
Discussion started by: gokulagiridaran
3 Replies

6. UNIX for Dummies Questions & Answers

cp command issue.

All, I have files in directory,when i try to overwrite those files it gave operation not permitted error. I am using same group user (ina2) while overwritng this file. Sample file : -rw-rw-r-- 1 ina1 indev 316 Jun 06 13:44 ONCTEST.dat Error: cp: /proj/out/ONCTEST.dat: Operation... (4 Replies)
Discussion started by: sai_nj
4 Replies

7. Fedora

od -c . does not work on mine

# od -c . od: .: read error: Is a directory 0000000 I read the book about shell (Kernighan, Pike) and some exaples (like this) does not work. I read this book carefully (because I think now quickly) even reread to better understand. In this book there is a good example how to see what a... (2 Replies)
Discussion started by: Xcislav
2 Replies

8. UNIX for Dummies Questions & Answers

What is meant by subprocesses?

I'm going through my UNIX book and came across a section on Customization and Subprocesses. Can someone tell me what a subprocess is -- for example, when the book says "Which shell 'thing' are known to subprocesses" what exactly does it mean? The book just talks about it without defining it... (10 Replies)
Discussion started by: Straitsfan
10 Replies

9. What is on Your Mind?

looking for a book suggestion

On the basic concepts of programming. I mean I am 100% self taught so I need a book to fix all my bad habits and misconceptions. I mean I want a solid book over the basics. Explains what an array is, a string, variable, stacks, and so forth. I only know how to write code in shell,... (7 Replies)
Discussion started by: tlarkin
7 Replies

10. UNIX for Dummies Questions & Answers

Need help in checking for files in subfolders

Hi, I am trying to print a listing of files from the top level directory, check to see if any files have the same name as the top level directory name and if so, cd to that file and list the files under it. Don't know how to check for the file in the next level. What I have so far: ... (6 Replies)
Discussion started by: tes218
6 Replies

11. UNIX for Advanced & Expert Users

linux overwrite directory

How do you overwrite a directory with another directory? I know you can delete your directory then copy your directory over, but I would think there would be a way to do this in one step. (5 Replies)
Discussion started by: cokedude
5 Replies

12. Shell Programming and Scripting

script to compress files in directory that changes its name every day

Hi all I have the following script that should compress a file in a directory: # compress log files older than 2 days find /u01/easydone/DBDUMPS/*.dmp -mtime +2 -exec gzip {} \; BUT the problem is that these files that I want to compress are inside a directory with following format: ... (5 Replies)
Discussion started by: fretagi
5 Replies

13. Shell Programming and Scripting

overwrite only if both files are the same size

Dear users, I've been looking for a way to overwrite files only if both have the same size, how could I do this? any help is very appreciated. Best regards, Gery (5 Replies)
Discussion started by: Gery
5 Replies

14. Programming

Which C++ book do you recommend?

Hello, May be my post may look naive to many...but it isn't if you were to believe me.After, trying to learn programming in C for at least 5 years , I concluded that K & R is the best book to learn C, alas I took a lot of time to realize this. So, I'm going to start learning how to program... (8 Replies)
Discussion started by: blackwhite
8 Replies

15. SCO

Command line overwrite

is there a way to overwrite what I have typed in rather than having to hit enter and re enter the command? SCO UNIX 3.2.4.2 (14 Replies)
Discussion started by: steveo314
14 Replies