fv grep mit Anfuehrungszeichen

This commit is contained in:
marc
2010-03-21 13:27:19 +01:00
parent d3721ca9d0
commit e673cf49da

2
fv
View File

@@ -6,7 +6,7 @@ name=$1
tempfile=/tmp/fv_recs
svdrpsend.pl LSTR | grep -i $name | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
svdrpsend.pl LSTR | grep -i "$name" | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
#cat ${tempfile}_1.tmp