PoshCode Archive  All files named "Get-FileTail.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Get-FileTail.ps1

2018-06-10
14:08
An update to the orignal Get-FileTail that replaces a specific int with a long to accommodate particularly large files. Original text: A PowerShell 2.0 function to do the equivalent of the ‘nix tail, including the continuous feature (tail -f). Notice this does not try to emulate the ‘nix command parameters, which never made sense to me. I’ll leave that to someone else. file: [16517ff745] check-in: [6d7b9fa9ef] user: Joel Bennett branch: trunk, size: 6585
12:56
Added: A PowerShell 2.0 function to do the equivalent of the ‘nix tail, including the continuous feature (tail -f). Notice this does not try to emulate the ‘nix command parameters, which never made sense to me. I’ll leave that to someone else. file: [f6cc38b284] check-in: [e2ac3bae70] user: Joel Bennett branch: trunk, size: 6447