こんなの作らないで、unixのコマンドを普通に使えるようにしてくれりゃいいのに...

コマンド

Select-Object

Tips

tail

> Get-Content C:\var\log\nlog-own-2017-11-27.log -wait -tail 10 -Encoding UTF8

touch

grep

select-string [検索文字列] | select Line | Format-Table -Property * -AutoSize | Out-String -Width 4096

wc -l

(Get-Content [ファイル] | Measure-Object).Count

cut

uniq


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