From a5168a3ee7ff985417bfd8956037db75479bbe57 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Wed, 7 Aug 2024 20:13:37 +0200 Subject: [PATCH] Update docs/bash_to_xsh.rst Co-authored-by: Jason R. Coombs --- docs/bash_to_xsh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bash_to_xsh.rst b/docs/bash_to_xsh.rst index 4eaadfd81..abd94c6f9 100644 --- a/docs/bash_to_xsh.rst +++ b/docs/bash_to_xsh.rst @@ -1,6 +1,6 @@ Bash to Xonsh Translation Guide ================================ -As you have probably figured out by now, xonsh is not POSIX compliant. +Xonsh relies primarily on the Python syntax and is not a suitable replacement for `sh` and is thus considered a non-POSIX shell. This page provides xonsh equivalents for common patterns in Bash. .. list-table::