help-bash
[Top][All Lists]
Advanced

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

Re: Printing arbitrary line range from files


From: Lawrence Velázquez
Subject: Re: Printing arbitrary line range from files
Date: Mon, 28 Jun 2021 18:31:52 -0400
User-agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578

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



reply via email to

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