突破してみる? / Why don't you get over?

ソフトウェアエンジニアの備忘録 / Memorandum for software engineers

Entries from 2014-11-23 to 1 day

Bashで文字列の置換はどうするの? -- Bashのパラメータ展開

Bashのパラメータ展開 ${parameter/wildcard/string}, ${parameter//wildcard/string} ${parameter/#wildcard/string}, ${parameter/%wildcard/string} ${parameter#wildcard}, ${parameter##wildcard} ${parameter%wildcard}, ${parameter%%wildcard} まと…