Forrest logo
tool overview
On this page you find all important commands for the CLI tool eval. If the command you are looking for is missing please ask our AI.

eval

The eval utility shall construct a command by concatenating arguments together, separating each with a character. The constructed command shall be read and executed by the shell.

List of commands for eval:

  • atuin:tldr:a3916 atuin: Install atuin into your shell.
    $ eval "$(atuin init ${select})"
    try on your machine
    explain this command
  • cs-java:tldr:eaf4c cs-java: Revert the changes for the default JVM settings.
    $ eval "$(cs java --disable)"
    try on your machine
    explain this command
  • eval:tldr:8f94a eval: Call `echo` with the "foo" argument.
    $ eval "${echo foo}"
    try on your machine
    explain this command
  • fuck:tldr:9547b fuck: Set the `fuck` alias to `thefuck` tool.
    $ eval "$(thefuck --alias)"
    try on your machine
    explain this command
  • groff:tldr:1c712 groff: Run a `groff` command with preprocessor and macro options guessed by the `grog` utility.
    $ eval "$(grog -T utf8 ${path-to-input-me})"
    try on your machine
    explain this command
  • ssh:tldr:96b6d ssh: Start an SSH Agent for the current shell.
    $ eval $(ssh-agent)
    try on your machine
    explain this command
tool overview