Re: filename problem

2004-07-31 Thread jakob bratkovic
You could try a command like: $ find ./dirname/ -printf "%i\n" to list all inodes in the directory. And then delete the appropriate inode. Jakob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: filename problem

2004-07-28 Thread Johann Spies
Hallo Thomas, On Tue, Jul 27, 2004 at 12:39:30PM -0400, Thomas Meggs wrote: > I have a few files on my system which I'm having issues dealing > with. Here is the story: Did you try using mc? Regards Johann -- Johann Spies Telefoon: 021-808 4036 Informasietegnologie, Universiteit van

Re: filename problem

2004-07-27 Thread Thomas Meggs
Actually, I have been using filename completion in all of the examples contained in my original email. I even tried tcsh to double check that it wasn't a problem with bash's autocomplete. /tom On Tue, 27 Jul 2004, Greg Folkert wrote: > On Tue, 2004-07-27 at 14:35, Thomas Meggs wrote: > > Here i

Re: filename problem

2004-07-27 Thread Carlos Sousa
On Tue, 27 Jul 2004 12:39:30 -0400 (EDT) Thomas Meggs wrote: > ... > File can't be mv'd (here it is quoted): > # mv "egotrippi_-_??l??_koskaan_ikin??.mp3" test.mp3 > mv: cannot stat `egotrippi_-_?\346l?\346_koskaan_ikin?\346.mp3': No such > file or directory > ... > I've also tried removing the fil

Re: filename problem

2004-07-27 Thread Greg Folkert
On Tue, 2004-07-27 at 14:35, Thomas Meggs wrote: > Here is example output: > > # ls -i > ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory > [ output does not contain the inode/file listing ] > > /tom > > On Tue, 27 Jul 2004, Joris Huizer wrote: > > > Maybe you can try, > >

Re: filename problem

2004-07-27 Thread Thomas Meggs
Here is example output: # ls -i ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory [ output does not contain the inode/file listing ] /tom On Tue, 27 Jul 2004, Joris Huizer wrote: > Maybe you can try, > ls -i > and then, > find . -inum -ok mv '{}' myfile \; -- To UNSUB

Re: filename problem

2004-07-27 Thread Joris Huizer
Thomas Meggs wrote: Hi - I have a few files on my system which I'm having issues dealing with. Here is the story: File can't be ls'd: # ls -l ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory total 135800 [ The error is generated, but then the file isn't listed with the rest of th

filename problem

2004-07-27 Thread Thomas Meggs
Hi - I have a few files on my system which I'm having issues dealing with. Here is the story: File can't be ls'd: # ls -l ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory total 135800 [ The error is generated, but then the file isn't listed with the rest of the output. ] File

Re: filename problem

2004-07-26 Thread John Summerfield
Thomas Meggs wrote: Hi - I have a few files on my system which I'm having issues dealing with. Here is the story: File can't be ls'd: # ls -l ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory total 135800 [ The error is generated, but then the file isn't listed with the rest of th

filename problem

2004-07-26 Thread Thomas Meggs
Hi - I have a few files on my system which I'm having issues dealing with. Here is the story: File can't be ls'd: # ls -l ls: egotrippi_-_??l??_koskaan_ikin??.mp3: No such file or directory total 135800 [ The error is generated, but then the file isn't listed with the rest of the output. ] File