Editing Bash
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | {{Draft}} | |
+ | https://en.wikipedia.org/wiki/Bash_(Unix_shell) (1989) | ||
− | + | * [[Bash History]] | |
− | + | * [[alias]] | |
− | + | * <code>function { }</code> | |
− | * [[Bash | + | * <code>[[&&]]</code> and <code>||</code> operator |
− | * [[ | + | * <code>#!</code> ([[wikipedia:shebang (Unix)]]) |
− | * <code> | + | * <code>[[for]]</code> and <code>[[while]]</code>. See also: [[Use loops in task (Ansible)]] |
− | * <code>[[&&]]</code> and <code>||</code> | ||
− | * <code>#!</code> ([[shebang (Unix)]]) | ||
− | * <code>[[for]]</code> | ||
* <code>[[source]]</code> and <code>.</code> for [[includes]] | * <code>[[source]]</code> and <code>.</code> for [[includes]] | ||
* <code>[[set]]</code> | * <code>[[set]]</code> | ||
* [[Autocompletion]] | * [[Autocompletion]] | ||
− | * <code> | + | * <code>/lib/lsb/init-functions</code> |
+ | * <code>[[shift]]</code> built-in | ||
* <code>[[exit]]</code> , <code>[[return]]</code><ref>https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions</ref> and <code>$?</code> | * <code>[[exit]]</code> , <code>[[return]]</code><ref>https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions</ref> and <code>$?</code> | ||
* <code>[[.bashrc]]</code>, <code>[[.bash_profile]]</code><ref>https://apple.stackexchange.com/a/51038</ref> | * <code>[[.bashrc]]</code>, <code>[[.bash_profile]]</code><ref>https://apple.stackexchange.com/a/51038</ref> | ||
− | * Bash | + | * Bash builtin functions: <code>[[complete]]</code> |
− | * [[ | + | * [[Parameter expansion]] |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Activities == | == Activities == | ||
− | # Read ''What is the difference between | + | # Read ''What is the difference between .bash_profile and .bashrc?'', https://apple.stackexchange.com/a/51038 |
− | + | ||
− | + | == Related commands == | |
+ | * <code>[[sed]]</code> | ||
+ | * <code>[[awk]]</code> | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* {{Bash}} | * {{Bash}} | ||
* {{shells}} | * {{shells}} | ||
+ | * {{C}} | ||
+ | * {{stdin}} | ||
+ | * {{IaC}} | ||
+ | [[Category:Computing]] | ||
+ | [[Category:programming]] | ||
[[Category:Shells]] | [[Category:Shells]] | ||
− |
Advertising: