What does the following date | cut -d" " -f5 do?
date | cut -d" " -f5
It retrieves the day of the week
It retrieves the current time
It produces an error
It displays nothing. The pipe is used the wrong way