💾 Archived View for lists.sh › m040601 › blog_post_1 captured on 2022-06-04 at 01:27:53. Gemini links have been rewritten to link to archived content
View Raw
More Information
-=-=-=-=-=-=-
Blog post 1
26 May, 2022
on m040601's blog
---
- BASH(1) General Commands Manual BASH(1)
- NAME
- bash - GNU Bourne-Again SHell
- SYNOPSIS
- bash [options] [command_string | file]
- COPYRIGHT
- Bash is Copyright (C) 1989-2020 by the Free Software Foundation, Inc.
- DESCRIPTION
- Bash is an sh-compatible command language interpreter that executes
- commands read from the standard input or from a file. Bash also incor‐
- porates useful features from the Korn and C shells (ksh and csh).
- Bash is intended to be a conformant implementation of the Shell and
- Utilities portion of the IEEE POSIX specification (IEEE Standard
- 1003.1). Bash can be configured to be POSIX-conformant by default.
- OPTIONS
- All of the single-character shell options documented in the description
- of the set builtin command, including -o, can be used as options when
- the shell is invoked. In addition, bash interprets the following op‐
- tions when it is invoked:
---
published with lists.sh