Re: The rename command…
- From: Ulf Rompe <Ulf.Rompe@xxxxxxxx>
- Date: Mon, 25 Aug 2008 16:41:38 +0200
Sorry all for the previous, empty post.
On Mo, 2008-08-25 at 16:00 +0200, Johnny Rosenberg wrote:
Since there is a serious bug in Nautilus, that adds the very
unnecessary text "Link to " to a link created with Ctrl+Shift
+Drag&Drop,
I don't think it's a serious bug. I would call it bad design. :-)
rename -v 's/Link to //' *
However, there doesn't seem to be an option for recursivity built in
to that command. I am not good with scripts, but I am sure there is a
way around that.
find . -type l -print0 | xargs -0 rename -v 's/Link to //'
[x] ulf
--
Your eyes are weary from staring at the Monitor. You feel sleepy. Notice
how restful it is to watch the cursor blink. Close your eyes. The
opinions stated above are yours. You cannot imagine why you ever felt
otherwise.
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: The rename command…
- From: Johnny Rosenberg
- Re: The rename command…
- References:
- The rename command…
- From: Johnny Rosenberg
- The rename command…
- Prev by Date: Re: The rename command...
- Next by Date: Re: Xubuntu & WPA
- Previous by thread: Re: The rename command...
- Next by thread: Re: The rename command…
- Index(es):
Relevant Pages
|