Skip to the content
Both.org
News, Opinion, Tutorials, and Community for Linux Users and SysAdmins
  • About Us
  • Computers 101
    • Hardware 101
    • Operating Systems 101
  • End of 10 Events
    • Wake Forest, NC, — 2025-09-20
  • Linux
    • Why I use Linux
    • The real reason we use Linux
  • My Linux Books
    • systemd for Linux SysAdmins
    • Using and Administering Linux – Zero to SysAdmin: 2nd Edition
    • The Linux Philosophy for SysAdmins
    • Linux for Small Business Owners
    • Errata
      • Errata for The Linux Philosophy for SysAdmins
      • Errata for Using and Administering Linux — 1st Edition
      • Errata for Using and Administering Linux — 2nd Edition
  • Open Source Resources
    • What is Open Source?
    • What is Linux?
    • What is Open Source Software?
    • The Open Source Way
  • Write for us
    • Submission and Style guide
    • Advertising statement
  • Downloads
1

Use FreeDOS to learn about computers

March 26, 2026
2

From ‘Obsolete’ to Opportunity: How Five Old PCs Found New Purpose

March 20, 2026March 19, 2026
3

Fedora 44 Coming Soon

March 18, 2026
4

VirtualBox Problem Solved

March 16, 2026March 17, 2026
5

Is there a better Pi Day than March 14?

March 14, 2026March 14, 2026
6

Let’s measure pi with a Raspberry Pi

March 13, 2026October 17, 2025
7

Why I Really Like Linux

March 12, 2026March 13, 2026
8

California’s age verification law is bad for open source

March 10, 2026March 9, 2026
9

Announcing the 3rd Edition of “Using and Administering Linux”

March 7, 2026March 7, 2026
  • Home
  • Command Line

Category: Command Line

Command Line Linux 101

Getting Started With the cd Command

The cd command is used on the Linux command line to change from one directory to another. This article looks at how it works and some of its interesting yet less well-known capabilities.

David Both
February 11, 2026February 10, 2026
Read More
Bash Command Line Linux

Using Wildcards on the Bash Command Line

The function of any shell, whether Bash, KSH, CSH is to take commands entered on the command line; expand any file globs, that is wildcard...

David Both
January 12, 2026January 14, 2026
Read More
Command Line Linux

Counting words from online articles

Here’s how I automated counting words from a series of articles.

Jim Hall
January 7, 2026December 29, 2025
Read More
Command Line Linux

Counting files and words from the command line

Here’s a practical example of how I use the command line to tally how much I wrote this year.

Jim Hall
December 30, 2025December 22, 2025
Read More
Command Line FreeDOS Fun

Automate tasks with FreeDOS BAT files

Here’s a helpful guide to batch files under FreeDOS.

Jim Hall
December 26, 2025December 16, 2025
Read More
Command Line EXT4 Filesystems Linux

Commands I use to explore Linux filesystems

As a SysAdmin, I need to manage the filesystems on the hosts in my home lab. There's usually little to do, but when there is...

David Both
November 18, 2025January 2, 2026
Read More
Command Line Linux Security

How to generate good passwords with pwgen

Whenever I change passwords on my systems, I need to try to think up ones that will be hard to crack as well as easy...

David Both
November 13, 2025November 13, 2025
Read More
Command Line Fedora Linux Opinion Rant Tips and tricks

Finding hidden package groups using DNF

For some reason, the Fedora packagers are hiding a large number of package groups so that you can't see them when you search using dnf...

David Both
October 15, 2025October 15, 2025
Read More
Command Line Linux

Unzipping archives from the command line

For many years, the de facto standard in file archives was Pkzip and Pkunzip, by Phil Katz. Phil created the Zip archive file format because...

Jim Hall
October 6, 2025October 1, 2025
Read More
Command Line History Linux Text Editors

7 ways I use ed every day

Here are 7 ways I like to use the ed editor for daily tasks.

Jim Hall
September 30, 2025September 21, 2025
Read More
Command Line FreeDOS

3 ways I use aliases in FreeDOS

Here are 3 ways that I use aliases on FreeDOS:

Jim Hall
September 29, 2025October 2, 2025
Read More
Command Line Programming

Reading the command line with getopt

You can make your program much more flexible if it can respond to the user every time the program runs.

Jim Hall
September 9, 2025September 8, 2025
Read More
Command Line Linux Linux 101 System Administration

Getting started with the Linux cat command

Cat is a fairly simple tool designed to concatenate and write file(s) to your screen, which is known as standard output (stdout). You can expect...

Alan Formy-Duval
August 20, 2025February 4, 2026
Read More
Advanced Command Line Linux System Administration systemd

Manage multiple service instances with systemctl

Services, services, services. A service is a huge part of computing. You're reading this article on a service. Your computer is running services. The internet...

Alan Formy-Duval
August 18, 2025August 17, 2025
Read More
Command Line Linux

A beginner’s guide to dc

Learn the basics of this handy command line calculator.

Jim Hall
June 23, 2025June 20, 2025
Read More
Command Line Linux

I need a list of URLs

I used the command line to do in seconds what would have needed more than ten minutes to do by hand.

Jim Hall
June 16, 2025June 10, 2025
Read More

Posts pagination

1 2 … 5 Next

Random Quote

Program complexity grows until it exceeds the capability of the programmer who must maintain it.

— Laws of Computer Programming

Why I’ve Never Used Windows

On February 12 I gave a presentation at the Triangle Linux Users Group (TriLUG) about why I use Linux and why I’ve never used Windows.

Here’s the link to the video: https://www.youtube.com/live/uCK_haOXPFM 

David Both ATO Interview

Last October at All Things Open (ATO) I was interviewed by Jason Hibbits of We Love Open Source. It’s posted in the article “Why today’s AI isn’t intelligent (yet)“.

“systemd for SysAdmins” Now Available

May 13,2025

My latest book — a #1 New Release on Amazon — “systemd for Linux  SysAdmins” is now available from my publisher, Apress, and on Amazon.

Technically We Write — Our Partner Site

Our partner site, Technically We Write, has published a number of articles from several contributors to Both.org. Check them out.

Technically We Write is a community of technical writers, technical editors, copyeditors, web content writers, and all other roles in technical communication.

Subscribe to Both.org

To comment on articles, you must have an account.

Send your desired user ID, first and last name, and an email address for login (this must be the same email address used to register) to subscribe@both.org with “Subscribe” as the subject line.

You’ll receive a confirmation of your subscription with your initial password as soon as we are able to process it.

Administration

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • About Us
  • Computers 101
    • Hardware 101
    • Operating Systems 101
  • End of 10 Events
    • Wake Forest, NC, — 2025-09-20
  • Linux
    • Why I use Linux
    • The real reason we use Linux
  • My Linux Books
    • systemd for Linux SysAdmins
    • Using and Administering Linux – Zero to SysAdmin: 2nd Edition
    • The Linux Philosophy for SysAdmins
    • Linux for Small Business Owners
    • Errata
      • Errata for The Linux Philosophy for SysAdmins
      • Errata for Using and Administering Linux — 1st Edition
      • Errata for Using and Administering Linux — 2nd Edition
  • Open Source Resources
    • What is Open Source?
    • What is Linux?
    • What is Open Source Software?
    • The Open Source Way
  • Write for us
    • Submission and Style guide
    • Advertising statement
  • Downloads

License and AI Statements

Both.org aims to publish everything under a Creative Commons Attribution ShareAlike license. Some items may be published under a different license. You are responsible to verify permissions before reusing content from this website.

The opinions expressed are those of the individual authors, not Both.org.

You may not use this content to train AI.

 

Advertising Statement

Advertising Statement

To the Top ↑ Up ↑