Questions tagged [bash]

Bash is a command processor, typically run at the command-line, allowing the user to type commands which cause actions. Bash can also read commands from a file, called a script.

What is Bash?

Bash is a command processor, and as such typically used at the -- which on Android means either using a terminal app such as e.g. Android Terminal Emulator, or addressing it via using the adb shell command. Wikipedia puts it this way:

Bash is a command processor, typically run in a text window, allowing the user to type commands which cause actions. Bash can also read commands from a file, called a script. Like all Unix shells, it supports filename wildcarding, piping, here documents, command substitution, variables and control structures for condition-testing and iteration.

(Recommendation: Read the full article, as it not only gives a lot of background, but also practical information).

Related tags

  • : the command-line is used in conjunction with Bash
  • : Bash is a "shell", so you can find additional/more generic information via this tag.
  • : a terminal app gives you the chance to access Bash (or any other shell) on your Android device

Sources

49 questions
5
votes
4 answers

bash - How can I check if a computer exists on my network WITHOUT IP (i.e. by device name only)?

I would like my phone to execute certain shell scripts via Tasker if my phone is on the same wifi network as my laptop. My initial idea is to edit the /etc/hosts file, but this wouldn't work since neither device is constrained to be on only one wifi…
Dang Khoa
  • 253
  • 1
  • 8
1
vote
1 answer

Bash-Shell on Android Tablet (Transformer Pad TF701T)

Is there any way to get a fully working bash shell on Android together with a terminal emulator, that supports a hardware keyboard (German Layout)? The features I need at least (Terminal Apps, NOT graphical!): Bash working with normal .bashrc and…
Tobi
  • 213
  • 1
  • 11