Tagged articles
13 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Jul 31, 2025 · Operations

10 Little-Known Linux Commands That Boost Your Productivity

Discover ten obscure yet powerful Linux command‑line tools—look, rev, tac, yes, nl, column, shuf, comm, chrt, and watch—that can streamline workflows, simplify text processing, enhance monitoring, and give developers and sysadmins deeper control over their systems.

LinuxShellUnix tools
0 likes · 6 min read
10 Little-Known Linux Commands That Boost Your Productivity
Liangxu Linux
Liangxu Linux
May 8, 2025 · Operations

Master Advanced Shell Tricks to Supercharge Your Linux Workflow

This guide presents a collection of powerful Linux shell shortcuts, piping techniques, text‑processing commands, process‑management tricks, scripting tips, file‑handling utilities, and security best practices that together transform a novice user into an efficient command‑line power user.

Unix toolsautomation
0 likes · 8 min read
Master Advanced Shell Tricks to Supercharge Your Linux Workflow
BirdNest Tech Talk
BirdNest Tech Talk
Dec 28, 2024 · Backend Development

How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide

This article walks through a Rust‑based implementation of classic Unix command‑line utilities—hello world, echo, cat, head, uniq, wc, find, grep, comm, ls, and more—showing project setup, Cargo usage, argument parsing with clap, error handling with Result, testing strategies, and code snippets for each tool.

RustSystemsTutorial
0 likes · 21 min read
How to Build Classic Unix Tools in Rust: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Jan 10, 2024 · Fundamentals

Unlock Faster Terminal Workflows: 10 Must‑Know Fish Shell Features

This guide walks you through ten standout features of the Fish shell—syntax highlighting, autosuggestions, interactive man‑page completions, powerful abbreviations, web‑based help and configuration, directory navigation shortcuts, history search, global variables, privacy mode, and more—showing how each can boost productivity for both newcomers and seasoned developers.

Unix toolscommand-linefish-shell
0 likes · 8 min read
Unlock Faster Terminal Workflows: 10 Must‑Know Fish Shell Features
Liangxu Linux
Liangxu Linux
Jul 18, 2023 · Fundamentals

10 Essential Linux Commands to Quickly View Text Files

When you need to inspect text files on a Linux system without opening a full editor, these ten command‑line tools—cat, less, head, tail, wc, grep, find, locate, sort, and uniq—provide fast, precise ways to display, search, count, and manipulate file contents.

File InspectionLinuxShell Commands
0 likes · 7 min read
10 Essential Linux Commands to Quickly View Text Files
Open Source Linux
Open Source Linux
Sep 8, 2021 · Fundamentals

Master Essential Linux Shell Tools for Text Processing and Automation

This guide introduces the most commonly used Linux shell utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options and providing practical examples to help you efficiently manipulate and process text files from the command line.

BashUnix toolstext processing
0 likes · 15 min read
Master Essential Linux Shell Tools for Text Processing and Automation
Efficient Ops
Efficient Ops
Sep 1, 2021 · Fundamentals

Master Essential Linux Shell Tools: find, grep, awk, sed & More

This guide introduces the most commonly used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their key options, practical examples, and best practices to help you efficiently manipulate files and data from the command line.

LinuxUnix toolstext processing
0 likes · 14 min read
Master Essential Linux Shell Tools: find, grep, awk, sed & More
Liangxu Linux
Liangxu Linux
Apr 21, 2021 · Fundamentals

15 Essential Linux Command‑Line Tricks to Boost Your Productivity

This article presents a collection of fifteen practical Linux command‑line techniques—including fast file clearing, large file generation, secure disk wiping, process timing, log monitoring, timestamp conversion, and history shortcuts—to help users automate tasks and work more efficiently.

ShellUnix toolscommand-line
0 likes · 9 min read
15 Essential Linux Command‑Line Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Sep 17, 2019 · Fundamentals

Master the Linux Command Line: Essential Bash Tips and Tricks

This comprehensive guide presents essential Bash and command‑line techniques for Linux, macOS, and Windows, covering basic navigation, file manipulation, process management, networking, one‑liners, obscure utilities, and platform‑specific tips, along with practical code snippets and references to further resources.

BashDevOpsLinux
0 likes · 32 min read
Master the Linux Command Line: Essential Bash Tips and Tricks
ITPUB
ITPUB
Jul 15, 2019 · Fundamentals

Master the Art of the Command Line: Essential Bash Tips and Tricks

This comprehensive guide introduces the open‑source "The Art of Command Line" project and provides a curated collection of Bash fundamentals, daily usage shortcuts, file handling tricks, system debugging tools, one‑liners, and platform‑specific tips for Linux, macOS and Windows, helping engineers boost productivity and command‑line mastery.

BashUnix toolscommand-line
0 likes · 33 min read
Master the Art of the Command Line: Essential Bash Tips and Tricks
MaGe Linux Operations
MaGe Linux Operations
Aug 9, 2017 · Operations

Master Essential Linux Commands: grep, ls, find, wc, and More

This guide provides a comprehensive overview of common Linux command‑line tools—including grep, ls, find, wc, cat, tail, head, du, which, whereis, sort, netstat, more, less, ps, tmux, ack, and kill—detailing their basic syntax, useful options, and practical examples for efficient system navigation and text processing.

ShellUnix toolscommand-line
0 likes · 18 min read
Master Essential Linux Commands: grep, ls, find, wc, and More
MaGe Linux Operations
MaGe Linux Operations
May 26, 2016 · Fundamentals

Master Linux Text Processing: Essential Shell Commands Explained

This article introduces the most commonly used Linux shell utilities for text processing—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—providing practical examples, key options, and tips for efficient one‑line scripting while suggesting Python for more complex tasks.

LinuxShellUnix tools
0 likes · 20 min read
Master Linux Text Processing: Essential Shell Commands Explained
MaGe Linux Operations
MaGe Linux Operations
May 23, 2016 · Operations

Master the Linux Command Line: Essential Tips and Tricks for Engineers

This comprehensive guide covers essential Linux command‑line techniques—from basic Bash navigation and file management to advanced text processing, system debugging, one‑liner tricks, and Mac‑specific tips—providing both beginners and experienced users with practical examples and shortcuts to boost productivity.

BashLinuxShell scripting
0 likes · 29 min read
Master the Linux Command Line: Essential Tips and Tricks for Engineers