himorogiの日記

主にプログラミングに関することなど。少々ハード(電子工作)についても。

2019-03-01から1ヶ月間の記事一覧

macOS で Powershell - rehabilitation 編 -3 : profile

Powershell では bash_profile のように、起動時に諸々の設定を施すための設定ファイルが使える。macOS 版…というか Powershell netcore も Windows 版と同様に profile の設定ができる。設定ファイルの path は $profile 変数にある PS /Users/hoge> $profi…

macOS で Powershell - rehabilitation 編 -2 : 環境変数

Env は PSDrive のプロバイダの一つ。 PS /Users/hoge> get-psdrive Name Used (GB) Free (GB) Provider Root Current Locatio n ---- --------- --------- -------- ---- ------- / 291.38 173.74 FileSystem / ...hoge Alias Alias Env Environment Functi…

macOS で Powershell - rehabilitation 編 -1 : スクリプトファイルの起動

macOS での Powershell core について記事を書こうと思っていたけど、風邪でヘタってしまった。 まだ本調子ではないのと、Powershell を使わなくなって2年以上経過してしまったので、今回からしばらくは軽いネタ。Powershell のスクリプトファイルの実行方…

macOS で Powershell - install 編

定年までの現役時代 Windows 端末しか使えず、でちょっと凝った(スマートな)処理をしようとすると、VBA を使うことになるのが嫌だった。 VBA も悪くはないけど、C 系の記法を一度経験した身には、少し野暮ったい。そういうわけで、定年前の職場に移動直後…