cat /etc/security/user |grep dictionlist |awk 'NR==2'

or

cat /etc/security/user |grep dictionlist |sed -n '2p'