• 追加された行はこの色です。
  • 削除された行はこの色です。
* tail [#qd899ac7]

** tail [#y2ef0e70]
 ps | tail -3                  # Bash
 Get-Process | select -Last 3  # PowerShell

** tail -f [#u6ca3b2a]
 Get-Content -Wait -Tail 10 foo.txt
 tail -f access.log            # Bash
 gc -Wait -Tail 10 access.log  # PowerShell
Get-Contentsコマンドレットの-Waitオプションを使う。


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS