Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fba2cfba(1) [debian man page]

FBA2CFBA(1)						      General Commands Manual						       FBA2CFBA(1)

NAME
fba2cfba SYNOPSIS
fba2cfba [-options] ifile ofile DESCRIPTION
This manual page documents the fba2cfba program. fba2cfba copies a fba dasd file to a compressed fba dasd file. PARAMETERS
ifile input fba dasd file ofile output compressed fba dasd file OPTIONS
-v display program version and quit -h display help and quit -q quiet mode, don't display status -r replace the output file if it exists -blks n size of output file -z compress using zlib [default] -bz2 compress using bzip2 -0 don't compress track images SEE ALSO
The programs are documented fully by The Hercules System/370, ESA/390, and z/Architecture Emulator available in /usr/share/doc/her- cules/html. AUTHOR
Hercules was created by Roger Bowler and is maintained by Jay Maynard. Jan Jaeger designed and implemented many of the advanced features of Hercules, including dynamic reconfiguration, integrated console, interpretive execution, and z/Architecture support. This manual page was written by Peter De Schrijver p2@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GPL. FBA2CFBA(1)

Check Out this Related Man Page

DASDCOPY(1)						      General Commands Manual						       DASDCOPY(1)

NAME
dasdcopy SYNOPSIS
dasdcopy [-v] [-h] [-q] [-r] [-z] [-bz2] [-0] [-a] [-lfs] [-blks n] [-cyls n] [-o type] ifile [sf=sfile] ofile DESCRIPTION
This manual page documents the dasdcopy program. dasdcopy copies a dasd file to another dasd file. PARAMETERS
ifile input fba dasd file sfile input compressed fba shadow file (optional) ofile output compressed fba dasd file OPTIONS
-v display program version and quit -h display help and quit -q quiet mode, don't display status -r replace the output file if it exists -blks n size of output fba file -cyls n size of output ckd file -z compress using output zlib [default] -bz2 compress using output bzip2 -0 don't compress output -a output ckd file will have alternate cylinders -lfs output ckd file will be a single file even if it exceeds 2GB in size -o type output file type (CKD, CCKD, FBA, CFBA) SEE ALSO
The programs are documented fully by The Hercules System/370, ESA/390, and z/Architecture Emulator available in /usr/share/doc/her- cules/html. AUTHOR
Hercules was created by Roger Bowler and is maintained by Jay Maynard. Jan Jaeger designed and implemented many of the advanced features of Hercules, including dynamic reconfiguration, integrated console, interpretive execution, and z/Architecture support. This manual page was written by Peter De Schrijver p2@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GPL. DASDCOPY(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to compress html files

Hello, On a Centos 5.0 server, Apache 2.2 delivers static html page. How could I compress those html pages to gain speed and save bandwidth? is there a utility that would be effective and save? Thanks (2 Replies)
Discussion started by: JCR
2 Replies

2. UNIX for Advanced & Expert Users

how to compress .zlib file

Hi all, I wanted to know how to compress a .zlib file.. an working on unix so pls suggest accordingly. the file is pretty big(500 mb) also i would like to know any weblinks where i can get more info on various compressions commands in unix i have tried zip,compress commands but i have not... (1 Reply)
Discussion started by: wrapster
1 Replies

3. Shell Programming and Scripting

How to retrieve string which does not contain '$'?

Hi, I have a file say file1.ksh. Which has data like: ifile $AI_SERIAL/$FILE.DAT... ofile $AI_SERIAL/feed.dat... My requirement is to find the count of all the lines which does not have $ after /. So i have written the code: grep -w 'AI_SERIAL' file1.ksh | cut -d '/' -f2 | grep... (9 Replies)
Discussion started by: Kamna
9 Replies