From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ae816d2d for ; Fri, 5 Jul 2019 20:01:58 +0000 (UTC) Received: (qmail 10454 invoked by alias); 5 Jul 2019 20:01:50 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24017 Received: (qmail 15598 invoked by uid 1010); 5 Jul 2019 20:01:50 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f50.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25496. spamassassin: 3.4.2. Clear:RC:0(209.85.166.50):SA:0(-2.0/5.0):. Processed in 2.163713 secs); 05 Jul 2019 20:01:50 -0000 X-Envelope-From: pengyu.ut@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.50 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=nn+WU/BCt43BpH4ncJ5cqG4I0OxEFLkGg+WKrv3BDfI=; b=HafXH0Th/0liCQWpdrd8eOtk2Dyc7YVPg+KgLm4+48zMbDFYNJUxOQb1Dcg2BcOByz O0mgE7yP/5ELhRKZR6JQokFXS6QIkYvTIMY1vq6g0LNeVPWt4pzoZCXAe4k4YoVh5s2K EkLjpLUDIlseG3Z98zSVD+l56/K8ufFORYYD02Nx9s2ekqr5rWfrqPJYsvdcEXuLZA78 Ez+7GpCuhPBPlICBCJAQAFzQ2fgZZ1fIAlTrF/Odhm6ShHXGn2t7l4PDvMh1reF6MCwq uib8ZbjECsSZoG1iJArsT2t199HCURXto4P9SXqLVZE8tojPGoJhN16o7AFyZHVZ7w3H l6nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=nn+WU/BCt43BpH4ncJ5cqG4I0OxEFLkGg+WKrv3BDfI=; b=cZNy+IGWj3xd6teKtuNapz4hjCiDsXmF7G6Ge07oVUADh5dm0voO+9KhgJip+b4bwH 3gyWTcSbDMtXPguz0WqRXDkFIbjrup70p+AdbgISDrIaNtJJ8/Y5/yU+3k6PZ6Lf8gTH FGt2MEoDZtVt/8bG06T7HSMWkoXWqbGPJavoT6c9RcSHg20XPHVTY9LUIiiALwOtTS+0 LgCmWzk3m6fxGIF1QaaVKzOGfwKosiTkPbRX0Ym4UZ1USVMNyy6Ev3bQ+tW9m2m4tzFg Cmv8SduX9NPP+A8D2Vw2m5NUVFk3YbU3YvzU+/2KSF8A4VnbEDCIzdcg2Ig1og8WaJkh tOew== X-Gm-Message-State: APjAAAU+PwKvcxNaTX+ooBJT/2muspyjIJDagI6okYIMlaz3VP3l9gSQ f0ILVcgwyzRgXF7cyGKKVJqXthFcpcNoLlYYFX1CQA== X-Google-Smtp-Source: APXvYqwYu0ve3aE7VArQDqCw1hg97N1JYv5YfqFZ1XQLgjRIsIF0IpfUx/H9z6nRCxQYlg7H+OAfGa1FHW7YBHvZZvQ= X-Received: by 2002:a6b:7619:: with SMTP id g25mr5911953iom.92.1562356874165; Fri, 05 Jul 2019 13:01:14 -0700 (PDT) MIME-Version: 1.0 From: Peng Yu Date: Fri, 5 Jul 2019 15:01:03 -0500 Message-ID: Subject: Comprehensive comparison between zsh and bash To: zsh-users Content-Type: multipart/alternative; boundary="0000000000007f44d3058cf48e92" --0000000000007f44d3058cf48e92 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I=E2=80=99d like to migrate some of my bash scripts to zsh. (Therefore, I d= on=E2=80=99t care the difference in the interactive mode.) But there are still many subtle differences between bash and zsh in the non-interactive part. Because I=E2=80=99d like to make the migration as painless as possible, it = is better to have a comprehensive list of difference between bash and zsh along with the functional equivalent code upfront. I don=E2=80=99t find suc= h a comprehensive list yet. But is there a list that is at least close to comprehensive to ease the migration? Thanks. --=20 Regards, Peng --0000000000007f44d3058cf48e92--