Giter Club home page Giter Club logo

urlparse's Introduction

urlparse

Overview

A commandline utility that returns a delimited list of URL parts suitable for use with other Unix utilities like cut.

USAGE

urlparse [OPTIONS] URL_TO_PARSE

Display the parsed URL as delimited fields on one line.

EXAMPLES

Get protocol. Returns "http".

 urlparse --protocol http://example.com/my/page.html

Get host or domain name. Returns "example.com".

 urlparse --host http://example.com/my/page.html

Get path. Returns "/my/page.html".

 urlparse --path http://example.com/my/page.html

Get basename. Returns "page.html".

 urlparse --basename http://example.com/my/page.html

Get extension. Returns ".html".

 urlparse --extension http://example.com/my/page.html

OPTIONS

Without options urlparse returns protocol, host and path fields separated by a tab.

  • -b, -basename Display the base filename at the end of the path.

  • -D, -delimiter Set the output delimited for parsed display. (defaults to tab)

  • -d, --directory Display all but the last element of the path

  • -e, -extension Display the filename extension (e.g. .html).

  • -H, -host Display the host (domain name) in URL.

  • -p, -path Display the path after the hostname.

  • -P, -protocol Display the protocol of URL (defaults to http)

  • -h, -help Display this help document.

Copyright (c) 2014 All rights reserved. Released under the Simplified BSD License See: http://opensource.org/licenses/bsd-license.php

urlparse's People

Contributors

rsdoiel avatar

Watchers

James Cloos avatar QuantumGhost avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.