Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Most frequent history words
- X-seq: zsh-users 21499
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Most frequent history words
- Date: Tue, 26 Apr 2016 12:39:58 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=OMnJIKuqW1bvqoaYuz7GStSMdOsuxVXK668bNNNKhrk=; b=miuUa5weNJuWh14l24fK59mawZTDgveMNaDaYGH2g9UT3ptZBuSxzF9V1AgdWcQwoD ctwjFdvmfbzPXlvwP+pK2NlU9OOv6XUE9c5XIk4D5fQVVkudZjOSt8RbOi5u/mpYySvV GGTZ84OSiI08LvXug/RndRlRdFmHgRmVYYkXJvpGAi2VKkCIp99/8kZ+IHo/BYAh6ZA6 q8VepPHzuoTDHQXdWqbEHyvhjEpO5graSYFkM7SxYDDLiNx5t8k/PDvA3K3KugvrMKNA Mx3J6WQEiEINLkH7ZlhAy4J0usqHSMJxA288nXw/rhXW4GGly3xgsjtUlJEoVeaBhSfc MjPA==
- In-reply-to: <CAKc7PVDo3gGK5LMpvKneF+biqizrqVuXOu9mPAkXOr1K_pEfHg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCmE-pnDQNCJWS91id7=L+x4M8+q5oLd076AcVgOYHf7A@mail.gmail.com> <160425124932.ZM7571@torch.brasslantern.com> <CAKc7PVDo3gGK5LMpvKneF+biqizrqVuXOu9mPAkXOr1K_pEfHg@mail.gmail.com>
On Apr 26, 1:03pm, Sebastian Gniazdowski wrote:
}
} Interesingly, changing ${historywords[@]} to ${history[@]} and
} "${history[@]}" doesn't change script's output, it still outputs most
} frequent words, not history entries.
I get complete history entries with "${history[@]}" (with or without
the surrounding quotes). Are you sure this isn't being affected by
some other setting such as shwordsplit?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author