How do I display a text file content in CMD?

Source: https://stackoverflow.com/questions/17217476/how-do-i-display-a-text-file-content-in-cmd

You can use the more command. For example:
more filename.txt
Take a look at GNU utilities for Win32 or download it:

Không có nhận xét nào:

Check to be sure that port 22 is enabled before you reload

 https://superuser.com/questions/590600/ufw-is-active-but-not-enabled-why etting  ENABLED=yes  in  /etc/ufw/ufw.conf  did it for me. $ sudo ...