onceupon/bash-oneliner

A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 5th, 2026
Created on June 14th, 2016
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 645
Total Stargazers: 10,769 (+0)
Total Subscribers: 112 (+0)

Repository Insights (GitGenius)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 698 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

bash-oneliner is a reference collection of Bash one-liners and terminal tricks for data processing and Linux system maintenance.

The project addresses the need to quickly recall and apply concise command-line solutions for common tasks. Rather than building a tool, it curates practical examples organized by use case, allowing developers and system administrators to find ready-to-use commands for operations like text processing with grep, data manipulation with xargs, hardware inspection, and system administration. Each entry demonstrates a specific technique that accomplishes a task in a single line or short sequence.

This collection suits anyone working regularly in the terminal who wants to expand their command-line toolkit without consulting multiple documentation sources. It works well for system administrators managing Linux infrastructure, data engineers processing files and streams, and developers who prefer shell-based workflows. The project is most valuable as a reference to browse when facing a familiar problem or to learn patterns you might apply to new situations, rather than as a primary learning resource for those new to Bash.

The project maintains a stable repository of examples with occasional updates to add new tricks or refine existing ones. Contributions come from multiple sources, indicating community participation in expanding the collection. The codebase itself is minimal since the project is documentation-focused rather than software-focused, with activity centered on reviewing and integrating new command examples and maintaining the reference material.