Bash scripts: Difference between revisions
From wikiluntti
(Created page with "== Introduction == Some simple but effective bash scripts that has been useful. == Replace the extension of files == https://github.com/markkuleino/bash-scripts/blob/main/convert_replaceExtension.sh") |
|||
Line 4: | Line 4: | ||
== Replace the extension of files == | == Replace the extension of files == | ||
Converts all mp3's to opus files in a directory | |||
https://github.com/markkuleino/bash-scripts/blob/main/convert_replaceExtension.sh | https://github.com/markkuleino/bash-scripts/blob/main/convert_replaceExtension.sh |
Latest revision as of 20:51, 24 March 2022
Introduction
Some simple but effective bash scripts that has been useful.
Replace the extension of files
Converts all mp3's to opus files in a directory
https://github.com/markkuleino/bash-scripts/blob/main/convert_replaceExtension.sh