mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
7 lines
204 B
Bash
Executable file
7 lines
204 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Replace absolute paths with the basename.
|
|
|
|
sed -E 's#/+#/#g' |
|
|
sed -E 's#[^( ]*testing_btest#<___>testing_btest#' |
|
|
sed -E 's#/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\2#g'
|