File: diff-remove-abspath

package info (click to toggle)
bro 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 78,640 kB
  • sloc: ansic: 126,302; cpp: 95,205; yacc: 2,528; lex: 1,819; sh: 793; python: 700; makefile: 134
file content (5 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#! /usr/bin/env bash
#
# Replace absolute paths with the basename.

sed 's#/\([^/]\{1,\}/\)\{1,\}\([^/]\{1,\}\)#<...>/\2#g'