Re: Help with a RE

2014-01-08 Thread Peter Gordon
On Thu, 9 Jan 2014 10:57:00 GMT, Peter Gordon wrote: >I'm trying do write a one line RE to strip sequence numbers off >filenames.  The filename can may have: >No sequence numbers >or >Start with a variable number of digits, >Followed by an optional character between a and c >Followed by a compulsor

Re: Help with a RE

2014-01-08 Thread timothy adigun
Hi, On Thu, Jan 9, 2014 at 11:57 AM, Peter Gordon wrote: > I'm trying do write a one line RE to strip sequence numbers off > filenames. Something like this? s/^[0-9_-]+//; > The filename can may have: > No sequence numbers >or > Start with a variable number of digits, > Followed by

Help with a RE

2014-01-08 Thread Peter Gordon
I'm trying do write a one line RE to strip sequence numbers off filenames. The filename can may have: No sequence numbers or Start with a variable number of digits, Followed by an optional character between a and c Followed by a compulsory - or _. The characters - and _ can occur in the filenam

Re: How to create a socket file?

2014-01-08 Thread Manfred Lotz
On Wed, 8 Jan 2014 14:54:10 +0200 Shlomi Fish wrote: > On Wed, 8 Jan 2014 13:32:49 +0100 > Manfred Lotz wrote: > > > Hi Shlomi, > > > > Thanks a lot. This is exactly what I was after. > > > > Hi Manfred, > > you are welcome. > > One note is that the server program appears to live the speci

Re: How to create a socket file?

2014-01-08 Thread Shlomi Fish
On Wed, 8 Jan 2014 13:32:49 +0100 Manfred Lotz wrote: > Hi Shlomi, > > Thanks a lot. This is exactly what I was after. > Hi Manfred, you are welcome. One note is that the server program appears to live the special file of the UNIX domain socket hanging around the filesystem after I press Ctr

Re: How to create a socket file?

2014-01-08 Thread Manfred Lotz
Hi Shlomi, Thanks a lot. This is exactly what I was after. -- Manfred On Wed, 8 Jan 2014 13:15:22 +0200 Shlomi Fish wrote: > Hi Manfred, > > Please reply to list if it's a mailing list post - > http://shlom.in/reply . > > On Wed, 8 Jan 2014 11:42:45 +0100 > Manfred Lotz wrote: > > > Hi t

Re: How to create a socket file?

2014-01-08 Thread Shlomi Fish
Hi Manfred, Please reply to list if it's a mailing list post - http://shlom.in/reply . On Wed, 8 Jan 2014 11:42:45 +0100 Manfred Lotz wrote: > Hi there, > For test purposes I want to create a socket file. Something I could > list via ls -l. That's all I want to achieve. > > As I didn't find an

How to create a socket file?

2014-01-08 Thread Manfred Lotz
Hi there, For test purposes I want to create a socket file. Something I could list via ls -l. That's all I want to achieve. As I didn't find any utility to create a socket file my hope is that Perl offers something to do this. Any idea? -- Manfred -- To unsubscribe, e-mail: beginners-unsubsc