update repository
[cmdllinux.git] / bash_n_examples / dash / _dash.sh
blob7f7326cb3309cfc32f3a0410b8f7873573ed2ca6
1 echo asd asd | while read -r asd; do
2 echo ${asd#*a}
3 #echo ${asd/a/b}
4 done
5 echo "**$asd"