Forrest logo
back to the wormhole tool

wormhole:tldr:ba793

wormhole: Send a file.
$ wormhole send ${filename}
try on your machine

The command "wormhole send ${filename}" is used to transfer files securely and easily between two devices using the Wormhole service. Here's a breakdown of the command:

  • "wormhole": Refers to the Wormhole service, a tool for sharing files and text snippets between devices.
  • "send": Specifies the action to send a file.
  • "${filename}": Represents the name of the file you want to send. This should be replaced with the actual file you want to transfer.

Overall, this command initiates the process of sending the specified file through the Wormhole service.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the wormhole tool