Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uncpk(1) [debian man page]

UNCPK(1)						      General Commands Manual							  UNCPK(1)

NAME
uncpk - manage c64 cpk archives SYNOPSIS
uncpk [OPTION]... FILE... DESCRIPTION
uncpk is an archive tool for Commodore 64 .cpk-format archives. OPTIONS
c Create an archive. x Extract from an archive. l List contents of archive. a Add a file to the archive. v Verbose output. --help Show summary of options. --version Show version of program. EXAMPLES
uncpk c foo.cpk bar Create archive foo.cpk with the single file bar inside it. uncpk a foo.cpk bar Add file bar to archive foo.cpk (which must already exist). uncpk x foo.cpk Extract all files from archive foo.cpk. uncpk l foo.cpk List contents of archive foo.cpk. SEE ALSO
file65(1), ldo65(1), printcbm(1), reloc65(1), dxa(1), xa(1) AUTHOR
This manual page was written by David Weinehall <tao@acc.umu.se> and Cameron Kaiser <ckaiser@floodgap.com>. Original xa package (C)1989-1997 Andre Fachat. Additional changes (C)1989-2006 Andre Fachat, Jolse Maginnis, David Weinehall and Cameron Kaiser. The current maintainer is Cameron Kaiser. WEBSITE
http://www.floodgap.com/retrotech/xa/ 11 April 2006 UNCPK(1)

Check Out this Related Man Page

GJAR(1) 								GNU								   GJAR(1)

NAME
gjar - - Archive tool for Java archives SYNOPSIS
gjar -ctxui [OPTIONS] jar-file [-C DIR FILE] FILE... DESCRIPTION
gjar is an implementation of Sun's jar utility that comes with the JDK. If any file is a directory then it is processed recursively. The manifest file name and the archive file name needs to be specified in the same order the -m and -f flags are specified. OPTIONS
Operation mode: -c Create new archive. -t List table of contents for archive. -x Extract named (or all) files from archive. -u Update existing archive. -i FILE Compute archive index. Operation modifiers: -f FILE Specify archive file name. -0 Store only; use no ZIP compression. -v Generate verbose output on standard output. -M Do not create a manifest file for the entries. -m manifest Include manifest information from specified manifest file. File name selection: -C DIR FILE Change to the DIR and include the following FILE. -@ Read the names of the files to add to the archive from stdin. This option is supported only in combination with -c or -u. Non standard option added in the GCC version. Standard options: -help Print help text, then exit. -version Print version number, then exit. -JOPTION Pass argument to the Java runtime. BUGS
SEE ALSO
java(1), ... AUTHOR
0.98 2010-07-05 GJAR(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

removing spaces after sperator

Hi friends i have problem 6000000001| CDC049| 109| CDC| 02/02/2006| Auto| New Add| 02/03/2006 6000000002| CDC033| 109| CDC| 02/02/2006| Auto| New Add| 02/03/2006 6000000003| CDC037| 109| CDC| 02/02/2006| Auto| New Add| 02/03/2006 6000000004| CDC031| ... (6 Replies)
Discussion started by: vishnu_vaka
6 Replies

2. Shell Programming and Scripting

Remove if the above line matches pattern

but keep if does not I have a file: --> my.out foo: bar foo: moo blarg i am on vacation foo: goose foo: lucy foo: moose foo: stucky groover@monkey.org foo: bozo grimace@gonzo.net dear sir - blargo blargo foo: goon foo: sloppy foo: saudi gimme gimme gimme (3 Replies)
Discussion started by: spacegoose
3 Replies

3. Shell Programming and Scripting

Need Help with a Data Extract script

hi, i'am trying to write a shell program which takes a data element from one file(var/tmp/usr1/pools)and search that data element in a zipped file in archive location/usr01/archive/PSta*.Z). cat var/tmp/usr1/pools FC5173 FI5178 BE5221 FE5229 ST1604 ls /usr01/archive/PSta*.Z... (14 Replies)
Discussion started by: kmr023
14 Replies

4. Shell Programming and Scripting

Awk Script for Personal Markup

input: ---- blablablabla foofoofooo nothing foo never never nothing foo ever forever foo bar foo moo bar moo status quo blablabla never foo moo bar moo blablabla pehh (2 Replies)
Discussion started by: uterwer
2 Replies

5. Programming

Extract part of an archive to a different file

I need to save part of a file to a different one, start and end offset bytes are provided by two counters in long format. If the difference is big, how should I do it to prevent buffer overflow in java? (7 Replies)
Discussion started by: Tribe
7 Replies