iftopコマンドをインストールする方法
sed -i -e "s|http://変更前URL|https://変更後URL|g" 変更対象のファイル名
find . -type f -print0 | xargs -0 sed -i -e "s|http://変更前URL|https://変更後URL|g"