Running Archlinux in Bash on Windows

I have installed ArchLinux in Bash on Ubuntu on Windows(Windows Subsystem for Linux). Japanese - http://kunst1080.hatenablog.com/entry/2016/08/26/001940 English - this Installation 1. Install packages Install tools for installation in Bash on Ubuntu on Windows(BoW). 1 2 apt-get install -y squashfs-tools p7zip-full 2. Download ArchLinux ISO Download an ISO from mirror sites as you like. 1 2 wget http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/iso/2016.08.01/archlinux-2016.08.01-dual.iso 3. Pickup the “airootfs.sfs” from ISO Extract an iso and pickup the airootfs.

Git Bashを立ち上げた時に.bashrcが読み込まれないっぽい

っぽい。 検証 設定ファイル ~/.bashrc 1 echo This is .bashrc ~/.bash_profile 1 echo This is .bash_profile ログイン時の挙動 1 2 3 4 This is .bash_profile kunst@DESKTOP-T3CMM04 MINGW64 ~ $ → .bash_profile しか読み込まれてない 追加でbashを起動した時の挙

bcスクリプトでFizzBuzzしてみた

_bc(1)_はスクリプト言語だということを聞きつけ、ちょろっと遊んでみました。※GNU版のbcを使います とりあえずFizzBuzz 関数定義