User Tools

Site Tools


scripting:sh

This is an old revision of the document!


Bourne Shell

Text zeilenweise verarbeiten
while read LINE;
do
        echo "${LINE}"
done <<< "`printf "line1\nline2"`"
scripting/sh.1328698653.txt.gz · Last modified: 2014-12-18 20:10 (external edit)