Re: Split Cuefile at commandline
Reply #11 –
Q2) after seatsching and searching. Where can i download or installed shnsplit? Notice here that shntool is already installed.
shnsplit is just a symbolic link to shntool, same as a bunch of other tools:
]$ ls -l /usr/bin/shn*
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shncat -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shncmp -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnconv -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shncue -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnfix -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shngen -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnhash -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shninfo -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnjoin -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnlen -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnpad -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnsplit -> shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shnstrip -> shntool
-rwxr-xr-x 1 root root 302584 Jul 29 2019 /usr/bin/shntool
lrwxrwxrwx 1 root root 7 Jul 29 2019 /usr/bin/shntrim -> shntool
shntool detects with which name (or through which link) it was called and switches to appropriate mode.