cmd

Provides a Chinese reference for Linux/Unix command syntax and usage.

3|Updated Aug 15, 2022
One-click install
npx skills add https://github.com/jiankujidu/zerotermux --skill cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd
Source: https://github.com/jiankujidu/zerotermux/tree/main/app/src/main/assets/cmd
Command: npx skills add https://github.com/jiankujidu/zerotermux --skill cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise Chinese reference to Linux/Unix commands, enabling quick recall of syntax and usage without leaving the terminal or editor.

Core Features & Use Cases

  • Comprehensive collection of command entries with Chinese explanations and examples.
  • Ideal for developers writing scripts, system administrators on-call, and students learning Linux CLI.
  • Use case: quickly lookup common commands like grep, awk, sed, and find the correct syntax for options and practical examples.

Quick Start

Look up a command such as grep to view its syntax, options, and a practical example, then copy the pattern into a script or terminal session.

Frequently Asked Questions about cmd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly look up Linux command syntax and options without leaving the terminal?

This Skill provides a structured Chinese reference for Linux/Unix commands with syntax, options, and practical examples. Access command entries directly to find correct usage patterns for grep, awk, sed, find, and other common utilities for scripting and troubleshooting.

Can I use a command reference for learning Linux CLI basics and common workflows?

Yes. This Skill covers a comprehensive collection of Linux/Unix commands with Chinese explanations and real-world examples, making it suitable for students learning CLI fundamentals, developers writing scripts, and system administrators needing quick syntax recall.

What's the best way to find the correct flags and arguments for a specific Linux command?

Look up the command entry in this reference to view its syntax, available options, and practical usage examples. Each entry includes pattern templates you can copy directly into scripts or terminal sessions for immediate application.

Does this command reference work for both Linux and Unix environments?

Yes. This Skill provides reference documentation for both Linux and Unix commands, making it applicable across Unix-like operating systems. The markdown-based format requires no external tooling beyond the included content.

How do I troubleshoot command issues when scripting in a Linux environment?

Use this reference to verify correct command syntax, option combinations, and edge cases through practical examples. Developers and system administrators can cross-reference behavior against documented usage patterns to identify syntax or flag errors.