Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terminals are designed to work with a specific shell, while others can host mult
may also include advanced features such as:

- Ability to create multiple panes within a single window
- Ability to create multiple tabs to host multiple shells shells
- Ability to create multiple tabs to host multiple shells
- Ability to change color schemes and fonts
- Support for copy and paste operations

Expand All @@ -44,8 +44,8 @@ programming features. The following list contains some examples of general purpo

- [PowerShell][05]
- [Windows Command Shell][07]
- [bash][16] - popluar on Linux
- [zsh][13] - popluar on macOS
- [bash][16] - popular on Linux
- [zsh][13] - popular on macOS

## Utility command shells

Expand Down Expand Up @@ -76,7 +76,7 @@ programs.
- [Windows Commands][09] - a collection of command-line tools that are built into Windows.

In general, command-line tools don't provide a command shell (REPL) interface. The `netsh` command
in Windows is an exception, as it's both a command-line tool and a an interactive command shell.
in Windows is an exception, as it's both a command-line tool and an interactive command shell.

<!-- link references -->
[01]: ../overview.md
Expand Down
Loading