mirror of
https://github.com/nushell/nushell
synced 2025-01-26 03:45:19 +00: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