7.l †
7.0 †
制御 †
スリープ †
コマンド †
Start-Process †
Select-Object †
ファイル操作 †
Tips †
tail †
> Get-Content C:\var\log\nlog-own-2017-11-27.log -wait -tail 10 -Encoding UTF8
touch †
grep †
- 「ファイル名:行番号」を出力しない
- これが一番良さそう
cat [ファイル名] | sls [検索文字列] | Out-String -Width 4096
- select Line はイマイチ
select-string [検索文字列] | select Line | Out-String -Width 4096
select-string [検索文字列] | select Line | Format-Table -Property * -AutoSize | Out-String -Width 4096
find †
wc -l †
(Get-Content [ファイル] | Measure-Object).Count
- カレントディレクトリ以下のソースファイルの総行数をカウント
(dir -include *.cs,*.cpp,*.h,*.idl,*.asmx,*.js,*.css -recurse | select-string .).Count
cut †
uniq †
which †
C# †
ログ監視 †
メール送信 †
SQL Server †
WCF †
サンプル †
トラブルシューティング †
実行ポリシー †