PowerShell

Get-Content (alias gc)

cat file.txt
tail file.txt
head file.txt
tail -f file.txt
gc file.txt
gc -head 50 file.txt
gc -tail 50 file.txt
gc -wait file.txt

results matching ""

    No results matching ""