Fish for bash users: Fix missing word and link it from index

This commit is contained in:
Fabian Homborg
2021-01-22 16:23:09 +01:00
parent 435021e8c2
commit 5f93df240e
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
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.