Command line interpreter (shell) for the Linux operating system.
curl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell-v24-linux-x86_64
chmod +x hash-shell-v24-linux-x86_64
sudo mv hash-shell-v24-linux-x86_64 /usr/local/bin/hash-shell
hash-shellcurl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell-v24-linux-aarch64
chmod +x hash-shell-v24-linux-aarch64
sudo mv hash-shell-v24-linux-aarch64 /usr/local/bin/hash-shell
hash-shellcurl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell-v24-darwin-arm64
chmod +x hash-shell-v24-darwin-arm64
sudo mv hash-shell-v24-darwin-arm64 /usr/local/bin/hash-shellcurl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell_24-1~noble_amd64.deb
sudo dpkg -i hash-shell_24-1~noble_amd64.debcurl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell_24-1~jammy_amd64.deb
sudo dpkg -i hash-shell_24-1~jammy_amd64.debcurl -LO https://github.com/juliojimenez/hash/releases/download/v24/hash-shell_24-1~bookworm_amd64.deb
sudo dpkg -i hash-shell_24-1~bookworm_amd64.debgit clone https://github.com/juliojimenez/hash
cd hash
make
sudo make install
hash-shellbrew install juliojimenez/hash/hash-shell
hash-shell# Add repository
echo "deb [trusted=yes] https://juliojimenez.github.io/hash/ stable main" | sudo tee /etc/apt/sources.list.d/hash-shell.list
# Install
sudo apt update
sudo apt install hash-shellUpgrade with sudo apt upgrade hash-shell. See APT Installation Guide for more options.
hash-shellhash-shell script.sh arg1 arg2hash-shell -c 'echo "Hello, World!"'Log off and log on to your session for changes to take effect.
sudo bash -c 'echo "/usr/local/bin/hash-shell" >> /etc/shells'
chsh -s /usr/local/bin/hash-shellsudo usermod -s /usr/local/bin/hash-shell your_usernamesudo bash -c 'echo "/usr/local/bin/hash-shell" >> /etc/shells'
chsh -s /usr/local/bin/hash-shellIf hash was installed with brew:
sudo bash -c 'echo "$(brew --prefix)/bin/hash-shell" >> /etc/shells'
chsh -s "$(brew --prefix)/bin/hash-shell"| Option | Description |
|---|---|
-c string |
Execute commands from string |
-i |
Force interactive mode |
-l, --login |
Run as a login shell |
-s |
Read commands from standard input |
-v, --version |
Print version information |
-h, --help |
Show help message |
- Shell Scripting
- .hashrc
- Variable Expansion
- Command Substitution
- Line Editing
- Prompt Customization
- Pipes
- Command Chaining
- Background Processes
- I/O Redirection
- Tilde Expansion
- Command History
- Tab Completion
- Login Shell
- Update Notifications
- Safe String Utilities
- APT Installation
- Testing
- Contributing
- Security Policy
- Code of Conduct
- License
Keep up with development updates on Rede Livre 
