Bash: extracting part of a stringを読みました。
文字列内のすべての一致に対して、どうすればこれを達成できますか:
x=something
echo ${x ome}
        ^
     what to put here to get "sthing"
他の提案をいただければ幸いです。
Bash: extracting part of a stringを読みました。
文字列内のすべての一致に対して、どうすればこれを達成できますか:
x=something
echo ${x ome}
        ^
     what to put here to get "sthing"
他の提案をいただければ幸いです。