← 返回
未分类 中文

Sort Tool

Sort lines of text files alphabetically or numerically. Use for data preparation, list organization, and output formatting.
对文本文件的行进行字母或数字排序,适用于数据准备、列表组织和输出格式化。
dinghaibin dinghaibin 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 285
下载
💾 0
安装
1
版本
#latest

概述

Line Sorting Utility

Arrange text file lines in specified order with support for numeric, month-name, and reverse sorting. Handles large files efficiently.

Usage

sort-tool [options] [file...]

Options

  • -n: Numeric sort
  • -r: Reverse order
  • -u: Unique lines (remove duplicates)
  • -k N: Sort by column N
  • -t SEP: Use SEP as field separator

Examples

# Alphabetical sort
sort-tool names.txt

# Numeric sort
sort-tool -n numbers.txt

# Sort by column 2
sort-tool -k 2 -t ',' data.csv

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,951
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 76 📥 182,433
it-ops-security

Whoami Tool Check

dinghaibin
身份验证工具 — 根据预期角色验证当前用户,检查sudo权限,审计用户权限。扩展whoami用于安全...
★ 0 📥 414