wiki/help/linux/tool/shnsplit.md

14 lines
166 B
Markdown

# Shnsplit - flac split tool.
# Install.
```text
dnf install shntool flac
```
# Split with .cue file.
```text
shnsplit -f file.cue -t %n_%t -o flac file.flac
```