-
Updated
Feb 2, 2020 - Shell
bash-script
Bash (Bourne Again Shell) is a shell and command language interpreter for the GNU operating system. It is meant to be an improved version of Bourne Shell.
Here are 3,061 public repositories matching this topic...
-
Updated
Mar 19, 2020 - Shell
-
Updated
Apr 20, 2020 - Shell
-
Updated
Apr 3, 2020 - Shell
Add the ability to provide a custom document id (aka key) to set using a new command specific option --key. This feature also bumps the major version to 2.0.0.
Requires updating README.md, CHANGELOG.md, and adding new specific tests for this case as well.
-
Updated
Apr 14, 2020 - Shell
-
Updated
Mar 4, 2019 - Python
-
Updated
Apr 23, 2020 - Shell
Benefits of PRoot include running Linux operating systems in Termux on a smartphone and tablet in Android and Chrome. Termux offers Linux operating system software for your device in the following flavors: --PRoot.md
BSD != Linux
While running a BSD userland under Linux is possible, it is highly unlikely that the follow
-
Updated
Jan 25, 2019 - Shell
-
Updated
Mar 11, 2020 - Shell
-
Updated
Jan 19, 2020 - Shell
Taking on board the feedback in PR #8, I'm feeding back some changes I've found useful.
For consideration:
# DESC: Variable defaults
# ARGS: None.
# OUTS: Variables with default values set.
function defaults() {
verbose=false no_colour=false cron=false outfile=-
}
...
function parse_params() {
....
local param
defaults
# now enjoy the options in order and niceHi,
I'm trying to tackle the (frankly glaring) lack of any repair-enabled UDF fsck under macOS, by (shallow) porting of the still beta (and to-be-merged upstream) fsck, as part of (Linux) udftools (pali/udftools#13).
You can find more details here:
[https://github.com/argorain/udftools/pull/1](https://github.com/argor
-
Updated
Jan 10, 2020 - Ruby
-
Updated
Mar 20, 2020 - Shell
-
Updated
Mar 28, 2020 - Shell
-
Updated
Apr 13, 2020 - Python
-
Updated
Oct 31, 2018
-
Updated
Oct 1, 2019 - Shell
-
Updated
Jan 30, 2020 - Shell
-
Updated
Dec 2, 2019 - Shell
-
Updated
Oct 1, 2019 - Shell
-
Updated
Mar 27, 2020 - Shell
-
Updated
Dec 30, 2018 - Python
-
Updated
Mar 25, 2017 - Shell
-
Updated
Jun 25, 2019 - Shell
-
Updated
Jan 4, 2020 - Shell
-
Updated
Jan 24, 2020 - Shell
Created by Brian Fox
Released June 8, 1989
- Repository
- gitGNU/gnu_bash
- Website
- www.gnu.org/software/bash
- Wikipedia
- Wikipedia


Hi @greymd,
Firstly, thank you for this amazing piece of kit.
I've made a tool built on xpanes that really helped my research: htop cluster.
I've found myself building another tool using xpanes. This time, I needed to run an alias command on each of the servers in the cluster which I ssh into on xpanes. Similar to the tool mentioned earlier, jus