I am new to all of this and don't know much but the code used is split -b 4GB Super Smash Bros Brawl [RSBE01]
and it says split: extra operand "Bros"
and multiple times I've changed the code by adding a -, changing the size, removing the word it says, and also adding/removing the file type (wbfs) but I keep getting it and don't know what to do. Does anyone know how to fix this? I've spent two days looking online for help. I'm just trying to play it on my Wii.
Update: I removed all the spaces in the file name and now it says Split: cannot open 'SuperSmashBrosBrawl' for reading. No such file exists or directory.
Update 2: Problem solved. Thank you guys for the help
The usage synopsis for the
split
command isSo if your filename contains spaces, the first word will be assigned to the
FILE
operand, the second word will be misinterpreted as aPREFIX
, and any subsequent words will be "extra operands".To avoid this, you need to quote the filename
or
or escape the spaces and other shell-special characters: