Which command prints the complete PATH value as one colon-separated line?
grep PATH
wc -l
tr ':' '\n'
echo "$PATH"