2007-03-01から1日間の記事一覧

シェル変数をスタック代わりに使う

$ a=":a/b/c:d/e/f:g/h/i"; echo ${a%:*} :a/b/c:d/e/f a=":a/b/c:d/e/f:g/h/i"; echo ${a##:*:} g/h/i