-bash: syntax error near unexpected token `newline’ for display command
The reason gives you a syntax error near unexpected token newline is that the arrow brackets in whatever documentation you were following were not intended to be taken literally. A < indicates that the thing that follows is a filename to be used as input on stdin, and a > indicates that the thing that follows is a filename to be … Read more