mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Replace anything which looks like timestamps with XXXs.
|
|
|
|
sed 's/[0-9]\{10\}\.[0-9]\{4,6\}/XXXXXXXXXX.XXXXXX/g'
|