This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
- | sed 's/ *TRANSFER *// ; s/_.*//'` + | sed 's/ *TRANSFER *//' | sed 's/_.*//'`
This is perhaps a bit of a micro-optimisation, but would it not be
faster to use sed -e 's/ *TRANSFER *//' -e 's/_.*//' instead of two seds
in a pipeline?
Thanks, FX
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |