|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 272 (0x110) Types: TextFile Names: »convert-dependencies«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« └─⟦23757c458⟧ └─⟦this⟧ »libg++/proto-kit/convert-dependencies«
#!/bin/sh if { test $# = 1; } then directory=$1; shift else directory=; fi if { test ${directory} = ./ ; } then directory= fi sed 's/\\//g' | awk '{i = 1; if (NR==1) {file = $1; i = 3;} \ for ( ; i <=NF ; i++) printf "%s%s : %s\n", "'${directory}'", file, $i} '