aktualisiert

This commit is contained in:
2019-10-18 21:23:53 +02:00
parent 3731b1551b
commit 94a997cd5d
33 changed files with 6915 additions and 897 deletions

3
fv
View File

@@ -11,7 +11,8 @@ lstr2dir () {
local lstrtime=$(echo $lstr | awk '{print $3}' | awk -F@ '{print $1}')
}
svdrpsend -p2001 LSTR | grep -i "$name" | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
#svdrpsend -p2001 LSTR | grep -i "$name" | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
svdrpsend LSTR | grep -i "$name" | sed "s/^[0-9-]* //g" > ${tempfile}_1.tmp
(