mirror of
https://github.com/nushell/nushell.git
synced 2025-04-17 09:48:19 +02:00
295 B
295 B
url host
gets the host of a url
Usage
> url host ...args {flags}
Parameters
- ...args: optionally operate by column path
Flags
- -h, --help: Display this help message
Examples
Get host of a url
> echo 'http://www.example.com/foo/bar' | url host