Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: help adapting bashism for zsh
- X-seq: zsh-users 23969
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Subject: Re: help adapting bashism for zsh
- Date: Mon, 10 Jun 2019 16:53:32 +0200
- Cc: zsh users list <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WNTr0f54R6cy/+wHeFQdx8HiPL5WkuY6LFxSE+WHuL4=; b=kkSpOLk6yGuyb6Rf8c8V9PLMztVSivi+0f4j4VxWsb1UqNg464/g2RWHPOyqi5i77x rw9VSSpHm1kcX9ucpPnfYpkHBJnXspbAkHtPFDH9sGMxHIUVtBOEbY2yC8UZ3C2ImVFs aD4AZ6GR7by+p7berYvYQLL3zDVAAoCpdDo8e/l9i9sWgOpG+qzZjmEl5/e/+IKNtdrt NO8pPoY2qzjyAEkLPqFvsY4MD7PYGibG46zCVWtrAuuIuIgSuLr41UmxqmzQmOH6fqjd FGHHkxu6yNQNoxjlg9Mt59ulrhkY8XzEXCl6a7hhWjpfCM7uYdC0+oaDOMQ2I+jUs/9Y PCmQ==
- In-reply-to: <ca2a2084-bb45-1928-415e-4c54c7d76e88@suddenlinkmail.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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <dc644109-52d9-38e3-277d-ed12a218e0ac@suddenlinkmail.com> <CAN=4vMqyXDxhCkHveii9u1JQPoBNxXK=V3i4tuDHOa1EL7cuTg@mail.gmail.com> <ca2a2084-bb45-1928-415e-4c54c7d76e88@suddenlinkmail.com>
On Mon, Jun 10, 2019 at 4:44 PM David C. Rankin
<drankinatty@xxxxxxxxxxxxxxxxxx> wrote:
> So when I choose zsh as the only shell installed, things will continue to
> work. The easy answer is install all shells, but on storage critical systems
> has a distinct downside. That's why I am curious whether there is a collection
> of information that can help in the transition.
On my Linux box sh is 100KB, bash is 1.1MB and zsh is 4.3MB. If you
are space constrained, zsh may not be the best choice.
Going back to your original question, I'm not aware of any tools for
automatic translation of bash code to zsh. It's likely that your
requirements are unique. Usually systems that can afford to have zsh
can also afford to have bash, so no translation is necessary.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author