跳转到主要内容

dpline是从文件中删除重复行的工具

项目描述

     _       _ _
  __| |____ | (_)____   ___
 / _  |  _ \| | |  _ \ / _ \
| (_| | |_) | | | | | |  __/
 \____|  __/|_|_|_| |_|\___|
      |_|
____________________________
____________________________

关于

命令行工具,用于从文本文件中删除重复行。

安装

$ tar xvf dpline-<version>.tar.gz
$ cd dpline-<version>
$ python setup.py install


or via pip:

$ pip install dpline --upgrade

uninstall:

$ pip uninstall dpline

命令行工具使用

Usage: dpline [OPTION] <file> [--ignore-blank, [--case-ins],
                              [--number]]

dpline is tool to remove duplicate lines from file

Optional arguments:
  -h, --help          Print this help message and exit
  -v, --version       Print program version and exit
  -d, --display       Display removed lines
  -p, --preview       Preview duplicate lines before removal
  --ignore-blank      Ignore blank lines from remove
  --case-ins          Matching upper- and lowercase letters
  --number            View duplicate line number

项目详情


下载文件

下载适用于您平台的应用程序。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分发

dpline-1.3.tar.gz (16.2 kB 查看哈希值)

上传时间

支持者