[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing way to extract data out of data
From: |
Dale R. Worley |
Subject: |
Re: missing way to extract data out of data |
Date: |
Fri, 19 Mar 2021 21:10:06 -0400 |
Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> writes:
> yea well it does wonders, however was looking for a way without spawning
> externals like gawk.. maybe in future there will be =)
Traditionally, shell scripts depended on external binaries to do a lot
of the processing. At the least, what newer shells do with "{NNN..MMM}"
and "[[" used to be done by "seq" and "test" a/k/a "[". And what can be
done by the complex parameter expansions ${...%...} and ${...#...} was
done by "sed".
Dale
- missing way to extract data out of data, Alex fxmbsw7 Ratchev, 2021/03/18
- Re: missing way to extract data out of data, Greg Wooledge, 2021/03/18
- Re: missing way to extract data out of data, Dale R. Worley, 2021/03/18
- Re: missing way to extract data out of data, Alex fxmbsw7 Ratchev, 2021/03/19
- Re: missing way to extract data out of data,
Dale R. Worley <=
- Re: missing way to extract data out of data, Greg Wooledge, 2021/03/19
- Re: missing way to extract data out of data, Dale R. Worley, 2021/03/22
- Re: missing way to extract data out of data, Andreas Schwab, 2021/03/23
- Re: missing way to extract data out of data, Dale R. Worley, 2021/03/24
- Re: missing way to extract data out of data, felix, 2021/03/25
- Re: missing way to extract data out of data, Eli Schwartz, 2021/03/24