How to load the output of a query from sqlplus to file?

To load the output of a query in sqlplus to a file is

SPOOL output.txt
"Query"
SPOOL OFF


0 comments: