Something strange happened with your reply. It's in the wrong thread and
the quoted material starts
... users-requ...@lists.fedoraproject.org wrote
which can't be right. Whatever it was you did, kindly avoid doing it in
future for the sake of keeping threads organized. If you simply reply to
a th
On 05/07/2010 09:26 PM, users-requ...@lists.fedoraproject.org wrote:
> here are many approaches. The one I favor is to do an ls with inode
> numbers then do a find on that inode.
>
>ls -il
>
> The first column will list the inode. Next do a find on that inode:
>
> find . -inum 123456 -maxdep
On Fri, 2010-05-07 at 19:20 +0300, Dj YB wrote:
> On Friday May 7 2010 18:11:54 Patrick O'Callaghan wrote:
> > On Fri, 2010-05-07 at 17:54 +0300, Dj YB wrote:
> > > > Another possible way in the command line is to key on a pattern:
> > > > 'rm *Episode*.avi' or possibly 'rm *24*.avi'
> > >
> > > [
On Friday May 7 2010 18:11:54 Patrick O'Callaghan wrote:
> On Fri, 2010-05-07 at 17:54 +0300, Dj YB wrote:
> > > Another possible way in the command line is to key on a pattern:
> > > 'rm *Episode*.avi' or possibly 'rm *24*.avi'
> >
> > [r...@localhost 5]# rm *.*
> > rm: remove regular file `24 Se
On Fri, May 7, 2010 at 5:20 AM, Dj YB wrote:
> hello,
>
> I have managed somehow to create a file I can't delete now.
> probably a failed copy\download long ago.
>
> the output shows like that:
>
> [r...@localhost 5]# ll
> total 1
> -rwxrwxrwx 1 root root 4 2010-05-07 12:07 24 Season 5 Episode 03.
On Fri, 2010-05-07 at 17:54 +0300, Dj YB wrote:
> > Another possible way in the command line is to key on a pattern:
> > 'rm *Episode*.avi' or possibly 'rm *24*.avi'
>
>
> [r...@localhost 5]# rm *.*
> rm: remove regular file `24 Season 5 Episode 03.avi'? y
> rm: cannot remove `24 Season 5 Episode
On Friday May 7 2010 16:54:01 Jerry Feldman wrote:
> On 05/07/2010 05:20 AM, Dj YB wrote:
> > hello,
> >
> > I have managed somehow to create a file I can't delete now.
> > probably a failed copy\download long ago.
> >
> > the output shows like that:
> >
> > [r...@localhost 5]# ll
> > total 1
>
On 05/07/2010 05:20 AM, Dj YB wrote:
> hello,
>
> I have managed somehow to create a file I can't delete now.
> probably a failed copy\download long ago.
>
> the output shows like that:
>
> [r...@localhost 5]# ll
> total 1
> -rwxrwxrwx 1 root root 4 2010-05-07 12:07 24 Season 5 Episode 03.avi
> [r.
hello,
I have managed somehow to create a file I can't delete now.
probably a failed copy\download long ago.
the output shows like that:
[r...@localhost 5]# ll
total 1
-rwxrwxrwx 1 root root 4 2010-05-07 12:07 24 Season 5 Episode 03.avi
[r...@localhost 5]# rm 24\ Season\ 5\ Episode\ 03.avi
rm: