( Oops | 2012. 12. 14., p – 09:40 )


#!/bin/bash
tomb=( $(cat /etc/group) )
for elem in "${tomb[@]}"; do
echo $elem
done