2018-04-11 シェルスクリプトの実行時に引数にファイル名をわたして拡張子以外を表示するメモ Shellscript hoge.sh filename=${1%.py} echo $filename 実行 $ sh hoge.sh foo.py foo