You are not logged in.
Pages: 1
Hello,
I have had a problem that is a little difficult to explain, but here it goes. Whenever I have a file which has a name with spaces in it, like "File Name.zip" it seems that terminal will not recognize it as a whole file but only recognizes the "File" part as a file. This gets a little annoying when I want to burn archive dvds on the command line through dvdrw tools (I usually need to rename tons of files) or use other command line aps like unrar or unzip. Is there any way to force Arch to recognize the whole file instead of the words?
I am running KDEmod and arch 64
Thanks in advance for the help
Offline
Enclose the entire filename within quotes, or backslash-escape the spaces.
Offline
I'm not exactly sure what your problem is, but if a file has spaces in it's name you need to escape the space. so eg 'unrar e /path/to/my\ file.rar' is the way to go. Or alternatively you can use 'command "my file"'.
If I completely misunderstood you, could you please give a specific example of what you want to do and what happens when it doesn't work?
Hope I could help
Offline
yes that helps but I meant more like I have a file full of videos I downloaded like say a tv show series and they are all named things like "tvshow episode one.avi" and there are 12 and I want to burn the entire folder onto DVD through the growisofs command. But it wont burn them unless I rename the files.
But I think that will work thanks
Offline
Check this: http://bbs.archlinux.org/viewtopic.php?id=36305
Offline
I am running growisofs like this:
growisofs -Z /dev/dvd -J -r -U 'directory with files'
and I never has such problem. Theoretically DVDs created this way don't conform to ISO standard and may be unreadable under other operating systems.
Offline
Pages: 1