Tag

file listing

1 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Mar 2, 2024 · Fundamentals

Comprehensive Guide to Using the ls Command in Linux

This tutorial explains the Linux ls command in depth, covering its basic usage, a wide range of options for detailed listings, sorting, displaying hidden files, size units, recursive traversal, and how to interpret output columns, all illustrated with command examples and screenshots.

command-linefile listinglinux
0 likes · 6 min read
Comprehensive Guide to Using the ls Command in Linux
Qunar Tech Salon
Qunar Tech Salon
May 26, 2015 · Operations

Listing Directories 00‑12 Using Bash extglob Pattern

This article explains how to list directory names ranging from 00 to 12 in a log folder by enabling Bash's extglob option and applying a regular‑expression‑style pattern with the ls command.

bashextglobfile listing
0 likes · 2 min read
Listing Directories 00‑12 Using Bash extglob Pattern