PowerShell

Get-Content

SafeRead/follow file (PS)

Get-Content <file> -Tail 50 -Wait

Reads a file; -Tail for the end, -Wait acts like tail -f.

Examples

  • Get-Content app.log -Tail 50 -WaitFollow the log tail

Syntax

Get-Content <file> [-Tail n] [-Wait]

Before you run it

Read-only.

Related commands

  • catPrint file contents
  • tailFollow file tail
  • typePrint file contents

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store