Im trying this command:
cp target_firmware/*.fw/lib/firmware/ && exit
And its giving me the error cp: missing destination file operand after `cp target_firmware/*.fw/lib/firmware/`
Ive researched and its probably something to do with space somewhere in my command but i cant really figure it out
Any help is appreciated
cp target_firmware/*.fw/lib/firmware/ && exit
And its giving me the error cp: missing destination file operand after `cp target_firmware/*.fw/lib/firmware/`
Ive researched and its probably something to do with space somewhere in my command but i cant really figure it out
Any help is appreciated