16May/090
Outputing in terminal while writing to file…
After the write to file command, add ' & tail -f
For example:
nmap -PS 192.192.0.0/16 > output.txt & tail -f output.txt
This will display the contents of your output file to the terminal as it is written.