{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "category": {
        "id": 7,
        "slug": "unix-commands",
        "name": "Unix Commands",
        "description": "Common Unix/Linux shell commands and their usage.",
        "icon": "terminal",
        "created_at": 1783090350
    },
    "datasets": [
        {
            "id": 1,
            "slug": "awk-reference",
            "title": "AWK Reference",
            "description": "Essential AWK commands, built-in variables, and common patterns.",
            "tags": "unix,awk,text-processing,scripting",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 2,
            "slug": "git-essential-commands",
            "title": "Git Essential Commands",
            "description": "Common Git commands for everyday version control workflows.",
            "tags": "unix,git,version-control,vcs",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 3,
            "slug": "sed-reference",
            "title": "Sed Reference",
            "description": "Common sed commands, substitutions, and flags.",
            "tags": "unix,sed,text-processing,stream-editor",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 4,
            "slug": "shell-scripting-guide",
            "title": "Shell Scripting Guide (Bash)",
            "description": "Comprehensive reference for Bash shell scripting: variables, control flow, functions, error handling, debugging, and best practices.",
            "tags": "bash,shell,scripting,unix,linux,automation,devops",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 5,
            "slug": "file-operations",
            "title": "Unix File Operation Commands",
            "description": "Common Unix commands for file and directory operations: ls, find, grep, awk, sed, and tar with examples and usage notes.",
            "tags": "unix,linux,commands,shell",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 6,
            "slug": "unix-networking-commands",
            "title": "Unix Networking Commands (curl, wget, netstat, ss, nmap, dig, ping, traceroute)",
            "description": "Network diagnostics and data transfer: curl/wget (HTTP), netstat/ss (socket stats), nmap (port scanning), dig (DNS), ping/traceroute (connectivity).",
            "tags": "unix,linux,networking,curl,wget,dns,ports",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 7,
            "slug": "process-management-commands",
            "title": "Unix Process & System Management Commands",
            "description": "Essential Unix commands for monitoring and managing processes and system resources.",
            "tags": "unix,linux,commands,process,system,admin",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 8,
            "slug": "unix-text-processing-commands",
            "title": "Unix Text Processing Commands (grep, sed, awk, cut, sort, uniq)",
            "description": "Essential text manipulation tools: pattern searching (grep), stream editing (sed), text processing language (awk), field extraction (cut), sorting (sort), duplicate removal (uniq).",
            "tags": "unix,linux,text-processing,grep,sed,awk,cli",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 9,
            "slug": "unix-package-management",
            "title": "Unix/Linux Package Management (apt, yum, dnf, brew, pacman)",
            "description": "Package managers across distributions: Debian/Ubuntu (apt), RHEL/Fedora (yum/dnf), macOS (brew), Arch (pacman). Installation, removal, repository management.",
            "tags": "unix,linux,package-manager,apt,yum,dnf,brew,pacman",
            "view_count": 0,
            "created_at": 1783090350
        }
    ]
}