mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Fish for bash users: Fix missing word and link it from index
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Fish for bash users
|
Fish for bash users
|
||||||
###################
|
###################
|
||||||
|
|
||||||
This is to give you a quick overview if you come from bash (or to a lesser extent other shells zsh or ksh) and want to know how fish differs. Fish is intentionally not POSIX-compatible and as such some of the things you are used to work differently.
|
This is to give you a quick overview if you come from bash (or to a lesser extent other shells like zsh or ksh) and want to know how fish differs. Fish is intentionally not POSIX-compatible and as such some of the things you are used to work differently.
|
||||||
|
|
||||||
Many things are similar - they both fundamentally expand commandlines to execute commands, have pipes, redirections, variables, globs, use command output in various ways. This document is there to quickly show you the differences.
|
Many things are similar - they both fundamentally expand commandlines to execute commands, have pipes, redirections, variables, globs, use command output in various ways. This document is there to quickly show you the differences.
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ Some of the special features of fish are:
|
|||||||
|
|
||||||
This page gives an overview of fish's features, syntax, and interface. If this is your first time using fish, see the :ref:`tutorial <tutorial>`.
|
This page gives an overview of fish's features, syntax, and interface. If this is your first time using fish, see the :ref:`tutorial <tutorial>`.
|
||||||
|
|
||||||
|
If you are already familiar with other shells like bash and want to see the scripting differences, see :ref:`Fish For Bash Users <fish_for_bash_users>`.
|
||||||
|
|
||||||
Installation and Start
|
Installation and Start
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user