Changeset 754
- Timestamp:
- 08/12/08 13:22:51 (5 years ago)
- Files:
-
- 1 modified
-
linux/bin/beschreibe (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linux/bin/beschreibe
r753 r754 35 35 if [ $anzahl -gt 0 ] 36 36 then 37 ausgabe=138 37 for i in $(seq 1 $anzahl) 39 38 do 40 39 j=j+1 40 ausgabe=1 41 41 a[$j]=`grep -iw $beschreibung $COMPOSE | grep ^\< | head -$i | tail -1 | cut -f2 -d \"` 42 42 echo $j\) ${a[$j]} … … 47 47 if [ $anzahl2 -gt 0 ] 48 48 then 49 ausgabe=150 49 for i in $(seq 1 $anzahl2) 51 50 do … … 58 57 00) 59 58 j=j+1 59 ausgabe=1 60 60 a[$j]=`echo -e \\\x${c2}` 61 61 echo $j\) ${a[$j]} … … 65 65 then 66 66 j=j+1 67 ausgabe=1 67 68 a[$j]=`echo -e \\\xcf\\\x8${c3}` 68 69 echo $j\) ${a[$j]} … … 70 71 else 71 72 j=j+1 73 ausgabe=1 72 74 a[$j]=`echo -e \\\xce\\\x${c2}${c3}` 73 75 echo $j\) ${a[$j]}
