Specify a start time for the output file
- Last UpdatedOct 02, 2024
- 1 minute read
To specify the start time for the output file, use the flag with the piarchss command.
piarchss -ost option
Where option is one of the following:
|
Option |
Description |
|---|---|
|
|
Sets the start time to the start time of the input file. This is the default behavior. |
|
|
Sets the start time to the time of the first event in the input file. |
|
|
Sets the start time to the specified time string. The following rules apply:
|
|
|
Sets the start time to the time of the first event that passes the time filter. |
Example
For example, the following command specifies the output archive start and end times.
piarchss -if D:\pi\dat\bigfile.dat -of D:\pi\dat\january.dat
-filter_ex "1-jan-02" "1-Feb-02" -ost "1-jan-02" -oet "1-feb-02"
Note: If the start or end time contains a space, for example , you must enclose the date string in double quotes.