fv:auch / finden

This commit is contained in:
marc
2009-09-20 10:43:01 +02:00
parent b4df1ec8b4
commit 3112461b70

2
fv
View File

@@ -10,7 +10,7 @@ svdrpsend.pl LSTR | grep -i $name | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
#cat ${tempfile}_1.tmp
cat ${tempfile}_1.tmp | awk '{for(i=3; i<NF; i++) printf("%s_",$i); printf("%s\n",$NF);} ' | sed "s/~/\//g" > ${tempfile}_2.tmp
cat ${tempfile}_1.tmp | awk '{for(i=3; i<NF; i++) printf("%s_",$i); printf("%s\n",$NF);} ' | sed "s/\//#2F/g" | sed "s/~/\//g" > ${tempfile}_2.tmp
for i in $(<${tempfile}_2.tmp)
do