[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Printing arbitrary line range from files
From: |
lisa-asket |
Subject: |
Printing arbitrary line range from files |
Date: |
Tue, 29 Jun 2021 00:57:21 +0200 (CEST) |
From: Lawrence Velázquez <vq@larryv.me>
To: lisa-asket@perso.be
Subject: Re: Printing arbitrary line range from files
Date: 29/06/2021 00:31:52 Europe/Paris
Cc: help-bash@gnu.org
On Mon, Jun 28, 2021, at 6:24 PM, lisa-asket@perso.be wrote:
> * The advantage of using awk is that unlike sed, awk accepts multiple files.
No, sed does accept multiple files. It just processes them as one
continuous stream without differentiating between them, which is
not what you are looking to do.
--
vq
* Thank for the clarification. I figured out it does not do what I'd like
later on.
- Re: Printing arbitrary line range from files, (continued)
- Re: Printing arbitrary line range from files, Seth David Schoen, 2021/06/28
- Printing arbitrary line range from files, lisa-asket, 2021/06/28
- Re: Printing arbitrary line range from files, Greg Wooledge, 2021/06/28
- Printing arbitrary line range from files, lisa-asket, 2021/06/28
- Re: Printing arbitrary line range from files, Greg Wooledge, 2021/06/28
- Printing arbitrary line range from files, lisa-asket, 2021/06/28
- Re: Printing arbitrary line range from files, Greg Wooledge, 2021/06/28
- Re: Printing arbitrary line range from files, Dennis Williamson, 2021/06/28
- Re: Printing arbitrary line range from files, lisa-asket, 2021/06/28
- Re: Printing arbitrary line range from files, Lawrence Velázquez, 2021/06/28
- Printing arbitrary line range from files,
lisa-asket <=