Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 1.88 KB

File metadata and controls

54 lines (33 loc) · 1.88 KB

QCO MoreUtils

Overview

QCO MoreUtils (Qainar Code Organisation MoreUtils) is a supplementary package to QCO CoreUtils, providing additional command-line utilities for enhanced system management and productivity. These utilities extend the functionality available in the core package with commonly used tools for everyday tasks.

Included Utilities

date

Displays the current date and time. Can be formatted according to various specifications.

kill

Terminates processes by sending signals to specified process IDs.

sleep

Pauses execution for a specified amount of time.

Where SUFFIX can be 's' for seconds (default), 'm' for minutes, 'h' for hours, or 'd' for days.

stat

Displays detailed information about files or filesystems.

tee

Reads from standard input and writes to both standard output and files.

tree

Displays directory contents in a tree-like format.

uptime

Shows how long the system has been running along with load averages.

yes

Outputs a string repeatedly until terminated.

no

The opposite of yes - outputs 'no' repeatedly until terminated. A humorous counterpart utility with various modes including enthusiastic, polite, and sarcastic responses.

ping

Advanced network connectivity testing utility with enhanced features beyond traditional ping. Supports multiple target hosts, continuous monitoring, various output formats, and detailed statistics for comprehensive network diagnostics.

upper & lower

Text case conversion utilities for transforming text between uppercase and lowercase. Provides flexible conversion options including selective transformation of first characters or words, with support for line numbering and custom formatting.

License

QCO MoreUtils is distributed under the Apache 2.0. See LICENSE file for details.

Author

Developed and maintained by AnmiTaliDev

See Also

  • QCO CoreUtils - The core utilities package