windowsPowerShellまとめ

f:id:nuakam:20180924115246p:plain

必要なコマンド知識集

別ウィンドウ表示

bashでいう&

Start-Job { emacs test.txt }

詳細ページ

空ファイル作成

bashでいうtouch

New-Item -Type File sakura.txt

Atomとの連携

詳細ページ