opción
Hogar Lista de Prompts de IA Terminal/Intérprete Generador de scripts de análisis de uso de disco Linux

Generador de scripts de análisis de uso de disco Linux

{:__('collect %s',Generador de scripts de análisis de uso de disco Linux)}

Genera un script Shell ejecutable directamente en la terminal según la ruta del directorio y el umbral ingresados, cuenta el uso de disco de los subelementos y muestra los elementos que superan el umbral.

Contenido del prompt Copiar Copiar

Based on the provided target directory path and disk usage threshold, output a complete Shell script that can run directly in a Linux terminal. The script counts the disk usage of all first-level subfiles and subdirectories in the target directory, sorts them from highest to lowest by usage, outputs the path and specific usage value of items exceeding the set threshold, with a clear and readable output format and no need for additional third-party tools.

Copiar Copiar

Basado en la ruta del directorio objetivo y el umbral de uso de disco proporcionados por el usuario, genera un script Shell completo que se puede ejecutar directamente en la terminal de Linux. El script contará el tamaño de uso de disco de todos los subarchivos y subdirectorios de primer nivel en el directorio objetivo, los ordenará de mayor a menor uso, mostrará la ruta y el valor de uso exacto de los elementos que superen el umbral establecido. El formato de salida es claro y legible, y no se necesitan herramientas de terceros adicionales.

Copiar Copiar
comentario (0)
0/300

Recomendación

Solucionador de errores de registros Linux
Analyze the raw Linux system service log content provided by the user, find recorded error information, confirm the specific error type, involved service module and corresponding log line number, organize directly executable troubleshooting steps and repair solutions, and present the result in clear plain language.
Solucionador de errores de registros Linux
Analyze the Linux system log snippets provided by the user, find the specific error that causes the target service to fail to start, organize a clear repair plan, and give terminal commands that can be directly copied and executed without extra concept explanations.
Herramienta de depuración de errores de scripts Bash
You work on faulty running Linux Bash scripts submitted by operation and maintenance staff, sort out the original business goal the script aims to achieve, check the specific location of runtime errors section by section, find the root cause of errors, output the complete runnable script after fixing errors, and explain the cause of each error and the fixing idea in concise words.
Localizador de errores de logs Python
Process the runtime log text generated by Python backend services, locate the code position and root cause of exceptions from the logs, and give concise actionable fix suggestions to help developers quickly troubleshoot online operation problems.
Solucionador de Errores de Logs Linux
Work through Linux system log troubleshooting with the raw log content users provide, find all hidden errors and exceptions, figure out common triggers for these issues, then give directly runnable terminal commands paired with clear operation guidance to fix the problems quickly.
Script de búsqueda de errores en registros Linux
Write a directly runnable Shell script for Linux terminal that accepts your specified log file path and error keyword, automatically scans the entire log file, extracts all lines containing the target keyword, counts the total occurrences of the error and saves the result to a specified file, helping quickly locate system abnormal operation problems.
OR