Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 421 Bytes

pathparts.md

File metadata and controls

26 lines (18 loc) · 421 Bytes

Path Parts

Extract the parts of a path string.

  • directory
  • basename (includes extension)
  • extension

USAGE

    pathparts [OPTIONS] TARGET_PATH

Extract the path parts from options chosen.

    -b, -basename	show basename
    -d, -directory	show directory
    -e, -extension	show extension
    -h, -help	    display help
    -l, -license	display license
    -v, -version	display version