[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"
Re: Request to a new feature on read, Valentin Bajrami, 2015/04/16