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

${echo

List of commands for ${echo:

  • bash:tldr:bc531 bash: Execute specific commands from `stdin`.
    $ ${echo "echo 'bash is executed'"} | bash
    try on your machine
    explain this command
  • bw:tldr:cd29f bw: Create a folder in Bitwarden vault.
    $ ${echo -n '{"name":"My Folder1"}' | base64} | bw create folder
    try on your machine
    explain this command
  • dash:tldr:9c4a1 dash: Execute specific commands from `stdin`.
    $ ${echo "echo 'dash is executed'"} | dash
    try on your machine
    explain this command
  • fish:tldr:9bf77 fish: Execute specific commands from `stdin`.
    $ ${echo "echo 'fish is executed'"} | fish
    try on your machine
    explain this command
  • gist:tldr:711c4 gist: Read contents from `stdin` and create a gist from it.
    $ ${echo "hello world"} | gist
    try on your machine
    explain this command
  • more:tldr:bcc43 more: Display paginated output from `stdin`.
    $ ${echo test} | more
    try on your machine
    explain this command
  • mosquitto_pub:tldr:99601 mosquitto_pub: Read newline delimited data from `stdin` as a message and publish it to `sensors/temperature` topic.
    $ ${echo data-txt} | mosquitto_pub -t ${sensors-temperature} -l
    try on your machine
    explain this command
  • sd:tldr:6fcf3 sd: Replace words using capture groups (output stream: `stdout`).
    $ ${echo 'cargo +nightly watch'} | sd '(\w+)\s+\+(\w+)\s+(\w+)' 'cmd: $1, channel: $2, subcmd: $3'
    try on your machine
    explain this command
  • sd:tldr:94b96 sd: Trim some whitespace using a regular expression (output stream: `stdout`).
    $ ${echo 'lorem ipsum 23 '} | sd '\s+$' ''
    try on your machine
    explain this command
  • sm:tldr:34968 sm: Display a message using the output from another command.
    $ ${echo "Hello World!"} | sm -
    try on your machine
    explain this command
  • tcsh:tldr:c0e93 tcsh: Execute specific commands from `stdin`.
    $ ${echo "echo 'tcsh is executed'"} | tcsh
    try on your machine
    explain this command
  • yank:tldr:3eda3 yank: Yank using a specific delimiter.
    $ ${echo hello=world} | yank -d ${=}
    try on your machine
    explain this command
  • zsh:tldr:e35a5 zsh: Execute specific commands from stdin.
    $ ${echo Hello world} | zsh
    try on your machine
    explain this command
tool overview