bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Request to a new feature on read


From: Greg Wooledge
Subject: Re: Request to a new feature on read
Date: Thu, 16 Apr 2015 10:32:12 -0400
User-agent: Mutt/1.4.2.3i

On Thu, Apr 16, 2015 at 09:29:56AM -0500, Dan Douglas wrote:
> I find myself in need of something along the lines of Python's
> `re.split` and `re.findall` all the time. E.g. splitting an ip into an
> array of octets.

IFS=. read -ra octets <<< "$ip"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]