all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* zip dired rename
@ 2006-07-19  8:55 vjp2.at
  2006-07-19 18:29 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: vjp2.at @ 2006-07-19  8:55 UTC (permalink / raw)



I'm using gnu 19.34 on MSDOS and 21.3.1 on Unix Bash

I have some zip files with contents like 
   "glop02/a true banana file june 23.eml"
and I want to rename the (100-300) files to 8.3 old msdos style
     like "glbjun23.eml"
before I unzip them.
It would be easier to do this on 19.34 since I downloaded them already.

I thought i knew (and prolly forgot) the commands in dired (M and R)..

any help appreciated

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zip dired rename
  2006-07-19  8:55 zip dired rename vjp2.at
@ 2006-07-19 18:29 ` Eli Zaretskii
  2006-07-20  1:34 ` Gary Wessle
  2006-07-20  1:34 ` Gary Wessle
  2 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2006-07-19 18:29 UTC (permalink / raw)


> From: vjp2.at@at.BioStrategist.dot.dot.com
> Date: Wed, 19 Jul 2006 08:55:24 +0000 (UTC)
> 
> 
> I'm using gnu 19.34 on MSDOS and 21.3.1 on Unix Bash
> 
> I have some zip files with contents like 
>    "glop02/a true banana file june 23.eml"
> and I want to rename the (100-300) files to 8.3 old msdos style
>      like "glbjun23.eml"
> before I unzip them.
> It would be easier to do this on 19.34 since I downloaded them already.
> 
> I thought i knew (and prolly forgot) the commands in dired (M and R)..

19.34 is very old; does it have the "% M" command in Dired?  If it
does, that's the command you probably want.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zip dired rename
  2006-07-19  8:55 zip dired rename vjp2.at
  2006-07-19 18:29 ` Eli Zaretskii
@ 2006-07-20  1:34 ` Gary Wessle
  2006-07-20  1:34 ` Gary Wessle
  2 siblings, 0 replies; 6+ messages in thread
From: Gary Wessle @ 2006-07-20  1:34 UTC (permalink / raw)


vjp2.at@at.BioStrategist.dot.dot.com writes:

> I'm using gnu 19.34 on MSDOS and 21.3.1 on Unix Bash
> 
> I have some zip files with contents like 
>    "glop02/a true banana file june 23.eml"
> and I want to rename the (100-300) files to 8.3 old msdos style
>      like "glbjun23.eml"
> before I unzip them.
> It would be easier to do this on 19.34 since I downloaded them already.
> 
> I thought i knew (and prolly forgot) the commands in dired (M and R)..
> 
> any help appreciated

%R will rename files matching regex

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zip dired rename
  2006-07-19  8:55 zip dired rename vjp2.at
  2006-07-19 18:29 ` Eli Zaretskii
  2006-07-20  1:34 ` Gary Wessle
@ 2006-07-20  1:34 ` Gary Wessle
  2006-07-20 10:58   ` vjp2.at
  2 siblings, 1 reply; 6+ messages in thread
From: Gary Wessle @ 2006-07-20  1:34 UTC (permalink / raw)


vjp2.at@at.BioStrategist.dot.dot.com writes:

> I'm using gnu 19.34 on MSDOS and 21.3.1 on Unix Bash
> 
> I have some zip files with contents like 
>    "glop02/a true banana file june 23.eml"
> and I want to rename the (100-300) files to 8.3 old msdos style
>      like "glbjun23.eml"
> before I unzip them.
> It would be easier to do this on 19.34 since I downloaded them already.
> 
> I thought i knew (and prolly forgot) the commands in dired (M and R)..
> 
> any help appreciated

also
%m will mark files matching regex

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zip dired rename
  2006-07-20  1:34 ` Gary Wessle
@ 2006-07-20 10:58   ` vjp2.at
  2006-07-20 18:51     ` vjp2.at
  0 siblings, 1 reply; 6+ messages in thread
From: vjp2.at @ 2006-07-20 10:58 UTC (permalink / raw)


Darn, I forgot about the "%"
Thanks

				    - = -
   Vasos-Peter John Panagiotopoulos II, Reagan Mozart Pindus BioStrategist
	   http://ourworld.compuserve.com/homepages/vjp2/vasos.htm
  ---{Nothing herein constitutes advice.  Everything fully disclaimed.}---
   [Homeland Security means private firearms not lazy obstructive guards]
           [Yellary Clinton & Yellalot Spitzer: Nasty Together]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zip dired rename
  2006-07-20 10:58   ` vjp2.at
@ 2006-07-20 18:51     ` vjp2.at
  0 siblings, 0 replies; 6+ messages in thread
From: vjp2.at @ 2006-07-20 18:51 UTC (permalink / raw)


True.. but.. I am in "Mail Zip-Archive Narrow"


				    - = -
   Vasos-Peter John Panagiotopoulos II, Reagan Mozart Pindus BioStrategist
	   http://ourworld.compuserve.com/homepages/vjp2/vasos.htm
  ---{Nothing herein constitutes advice.  Everything fully disclaimed.}---
   [Homeland Security means private firearms not lazy obstructive guards]
           [Yellary Clinton & Yellalot Spitzer: Nasty Together]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-20 18:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-19  8:55 zip dired rename vjp2.at
2006-07-19 18:29 ` Eli Zaretskii
2006-07-20  1:34 ` Gary Wessle
2006-07-20  1:34 ` Gary Wessle
2006-07-20 10:58   ` vjp2.at
2006-07-20 18:51     ` vjp2.at

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.