help-bash
[Top][All Lists]
Advanced

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

Re: How to put bash array to file


From: Alex fxmbsw7 Ratchev
Subject: Re: How to put bash array to file
Date: Wed, 15 Sep 2021 19:22:31 +0200

what faster than redirection

declare -p arr >af
. af

On Wed, Sep 15, 2021, 19:05 Budi <budikusasi@gmail.com> wrote:

> How do we put bash array's content to a file faster than redirection > ?
>
>


reply via email to

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