mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
6 lines
148 B
Bash
Executable file
6 lines
148 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Replace anything which looks like DataSeries timestamps (which is a double) with XXXs.
|
|
|
|
sed 's/1\.[0-9]*e+09/X.XXXe+09/g'
|
|
|