You can use eval
to execute a string:
eval $illcommando
Related Contents:
- How to pass arguments to Shell Script through docker run
- Bash command line and input limit
- How to reload .bash_profile from the command line
- How to append output to the end of a text file
- Using getopts to process long and short command line options
- Check folder size in Bash
- Accessing bash command line args $@ vs $*
- Using the RUN instruction in a Dockerfile with ‘source’ does not work
- Timeout a command in bash without unnecessary delay
- Convert absolute path into relative path given a current directory using Bash
- How can I repeat a character in Bash?
- How can I convert tabs to spaces in every file of a directory?
- Shell equality operators (=, ==, -eq)
- Random number from a range in a Bash Script
- Why start a shell command with a backslash?
- List files with certain extensions with ls and grep
- How to read user input into a variable in Bash?
- How can I strip first X characters from string using sed?
- What is the simplest way to remove a trailing slash from each parameter?
- How to Batch Rename Files in a macOS Terminal?
- I just assigned a variable, but echo $variable shows something else
- How to hide command output in Bash
- Referring to a file relative to executing script
- How do I grab an INI value within a shell script?
- Creating a new user and password with Ansible
- Padding characters in printf
- How to split a file into equal parts, without breaking individual lines? [duplicate]
- List files by last edited date
- Bash autocompletion in Emacs shell-mode
- How do I merge one directory into another using Bash?
- What is the difference between double and single square brackets in bash?
- Don’t need the whole line, just the match from regular expression
- How to Export a Multi-line Environment Variable in Bash/Terminal e.g: RSA Private Key
- Replacement for source in sh
- diff a directory recursively, ignoring all binary files
- What are the error exit values for diff?
- Using Bash to display a progress indicator [duplicate]
- How to read mutliline input from stdin into variable and how to print one out in shell(sh,bash)?
- -bash: __git_ps1: command not found
- Custom format for time command
- What is the difference between “$@” and “$*” in Bash? [duplicate]
- Convert line endings [duplicate]
- How to set uid and gid in Docker Compose?
- Why does “local” discard the return code of a command?
- Incrementing a variable inside a Bash loop
- Can I run ‘su’ in the middle of a bash script?
- What is the proper way to detect shell exit code when errexit option is set?
- Concatenating variables in Bash [duplicate]
- bash how to search for a string in all files in given directory using grep command [duplicate]
- How to pass a variable in a curl command in shell scripting