Equivalent to *while read line* in Linux - Experts Exchange - The network for technology professiona
What Am I missing so this works from the command line , what I want is to import the users from a Unix OS from the passwd file into linux: ksh > cat passwd | cut -f1 -d: | while read line ' do '... ... Not finding the exact solution you need?Ask the exper...