Re: [Tutor] Copying Files

2011-06-30 Thread Prasad, Ramit
-Original Message- From: tutor-bounces+ramit.prasad=jpmchase@python.org [mailto:tutor-bounces+ramit.prasad=jpmchase@python.org] On Behalf Of gagnr...@verizon.net Sent: Thursday, June 30, 2011 1:03 PM To: tutor@python.org Subject: [Tutor] Copying Files I was using glob and shutil

Re: [Tutor] copying files and regular expressions

2006-05-01 Thread Danny Yoo
On Mon, 1 May 2006, Alfonso wrote: > I'm totally new to python. I would like to know, how can I copy files > using regular expressions (the equivalent in python to unix "cp > /home/mycount/*partialname* /home/mycount/directory/"). Hi Alfonso, Just as a pedantic note: the above pattern you're