DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e094725d6⟧ TextFile

    Length: 291 (0x123)
    Types: TextFile
    Names: »cleanstderr«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/musbus/Workload/cleanstderr« 
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/musbus/Workload/cleanstderr« 

TextFile

#! /bin/sh
#
# Script : cleanstderr
#
# Clean prompt stuff from standard error output in multi-user test.
# Called from ../cleanup
# $Header: cleanstderr,v 5.2 87/12/09 09:38:11 kenj Exp $

PS1=`/bin/sh -ic "" 2>&1`
sed \
    -e "s/\\${PS1}//g" \
    -e '/^dummy.c$/d' \
    -e '/^[ 	]*$/d'