[an error occurred while processing this directive]

Как отделить имя файла от расширения в bash и freebsd sh
Заменяем расширение .wav на .mp3:
  file_name="file.wav"
  echo ${file_name%%.wav}.mp3
 
28.04.2004 , Источник: http://networking.earthweb.com/nets...
Ключи: shell / Лицензия: CC-BY
Раздел:    Корень / Программисту и web-разработчику / Shell / Готовые скрипты

[an error occurred while processing this directive]

[an error occurred while processing this directive]