win2raw

Section: WIN SYSTEM (1W)
Updated: 2006.3.18
Index Return to Main Contents
 

NAME

win2raw - Splitting of win format file into 1 minute file  

SYNOPSIS

win2raw [ -uv ] [ -m h|h1|d ] dirname [ file ]

win2raw -h

 

DESCRIPTION

Win2raw splits a win format file file into a 1 minute file and transmits to dirname. The file name is of 'YYMMDDhh.mm' format same as the file name transmitted by wdisk(1W). By specifying option -m, it is possible to transmit by splitting to one hour file or one day file.

When file is not given, win2raw reads data from the standard input.

When win2raw is initiated without argument, brief usage is displayed.  

OPTIONS

-m mode
Sets split mode.
h : Split into one hour file (YYMMDD.hh format)
h1: Split into one hour file (YYMMDDhh format)
    same as write format of wdisk60(1W)
d : Split into one day file (YYMMDD format)
When data is not from the standard input,
-u deletes file after output.
-v
Redundant during execution of command.
-h
Displays brief usage.
 

SOURCE

`win2raw.c'
 

SEE ALSO

wdisk(1W), wed(1W), winformat(1W)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SOURCE
SEE ALSO