大切なのはアウトプットとコミットメント。 忘備録てきなかんじです。
PowerShell Windows
なんでPowerShellにはtailコマンドがないんだろう。 ``` $ tail -f > Get-Content -Wait -Tail 10 ``` PowerShell 3.0から使える。 使いたいサーバーがWindows Server 2008 ...