| OS/Environment | Command to view top of .shtml file | |----------------|----------------------------------------| | Linux / Unix / Mac | head -n 20 index.shtml | | Windows (CMD) | more index.shtml (then Ctrl+C) or find /n /v "" index.shtml | findstr /b /c:"[1-9]" | | Windows PowerShell | Get-Content index.shtml -TotalCount 20 |
indicates that the server processes the file for dynamic content before sending it to the browser. view shtml top