Samstag Nov. 03, 2012
String mit der Bash zerlegen
IFS=';' read -ra X <<< "$IN"
for i in "${X[@]}"; do
# process "$i"
done
done
Posted at 12:23vorm. Nov. 03, 2012 by cetixx in Links | Kommentare [0]
Kommentare: