You can redirect the output of any command (including 'nmap') to a file. Append "&> file_name" (without the quotes and with the file name of your choice) to the command line, to redirect what it writes on both the standard and the error output.

Reply via email to