16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Also, incorrect doublebyte sequences are displayed with ??? for<br />

each incorrect byte.<br />

d Signed decimal. A one-digit number may follow d telling od how<br />

many bytes to use. This must correspond to the size of a char (1<br />

byte character), a short (2 byte short), an int (4 byte integer), a long<br />

(4 byte long, which is currently the same as integer on z/<strong>OS</strong>), or a<br />

long long (8 byte integer). The default size is the size of an int. A<br />

symbolic size character can follow d, rather than the number of<br />

bytes. These have the following meaning:<br />

C Corresponds to number of bytes in a char<br />

S Corresponds to number of bytes in a short int<br />

I Corresponds to the number of bytes in an int<br />

L Corresponds to the number of bytes in a long int<br />

LL Corresponds to the number of bytes in a long long int<br />

f Hexadecimal Floating-point. A one-digit number can follow f, telling<br />

od how many bytes to use. This must correspond to the size of a<br />

float, double, or long double. The default size is the size of a<br />

double. A symbolic size character can follow f, rather than the<br />

number of bytes. These have the following meaning:<br />

F Corresponds to size of float<br />

D Corresponds to size of double<br />

L Corresponds to size of long double<br />

F IEEE Binary Floating-point. A one-digit number can follow F, telling<br />

od how many bytes to use. This must correspond to the size of a<br />

float, double, or long double. The default size is the size of a<br />

double. A symbolic size character can follow F, rather than the<br />

number of bytes. These have the following meaning:<br />

F Corresponds to size of float<br />

D Corresponds to size of double<br />

L Corresponds to size of long double<br />

o Octal. A one-digit number can follow o, telling od how many bytes<br />

to use. This must correspond to the size of a char (1 byte<br />

character), a short (2 byte short), an int (4 byte integer), a long (4<br />

byte long, which is currently the same as integer on z/<strong>OS</strong>), or a<br />

long long (8 byte integer). The default size is the size of an int. A<br />

symbolic size character can follow o, rather than the number of<br />

bytes. These have the following meaning:<br />

C Corresponds to number of bytes in a char<br />

S Corresponds to number of bytes in a short int<br />

I Corresponds to the number of bytes in an int<br />

L Corresponds to the number of bytes in a long int<br />

LL Corresponds to the number of bytes in a long long int<br />

u Unsigned decimal. A one-digit number can follow u, telling od how<br />

many bytes to use. This must correspond to the size of a char (1<br />

byte character), a short (2 byte short), an int (4 byte integer), a long<br />

(4 byte long, which is currently the same as integer on z/<strong>OS</strong>), or a<br />

long long (8 byte integer). The default size is the size of an int. A<br />

symbolic size character can follow u, rather than the number of<br />

bytes. These have the following meaning:<br />

C Corresponds to number of bytes in a char<br />

S Corresponds to number of bytes in a short int<br />

I Corresponds to the number of bytes in an int<br />

L Corresponds to the number of bytes in a long int<br />

od<br />

Chapter 2. Shell command descriptions 461

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!