• ghostdog74

    you can use IFS

    IFS=":"
    while read a b c d e f g
    do
    echo $a $b #and so on
    done < /etc/passwd

  • ravinder

    Hi Ravinder this side, the script provide by you is quite usful for me thanx alot.

    I need some more help regarding this hope you will be there to help me.

  • Tomer

    Thanks for you clear and exact examples

Previous Script:

Next Script: