Master Linux Wildcards: Uncover the Secret of File Globbing in Linux!

Описание к видео Master Linux Wildcards: Uncover the Secret of File Globbing in Linux!

In this video, I'm going to teach you how to use wildcards to search files, and how to work on multiple files at the same time without ever having to Schwartz your fingers!

File globbing is a powerful search technique that can be used to search through dozens or even hundreds of files at the same time. In this video, I'm going to show you how to use wildcards in Linux/Unix to access specific files within a directory, without having to type out all of the file names! After watching this video, you'll be able to work on your files with confidence, and unleash the power of file globbing!

File globbing in Linux is a way of executing a command on a group of files which have something in common. For example, deleting all .txt files or listing all the files starting with "a"
Certain wild cards help us to design a pattern that satisfies a criterion. These wild cards are:
- match any character any number of times
? - match exactly one character
[ad3] - matches either a or d or 3
{abc, def} - matches either abc or def

For more details visit: https://dextutor.com/how-to-search-fo...

Website Link: www.dextutor.com

All the material along with PPT is available at : https://dextutor.com/courses/linux-co...


Other Playlist on this channel:

Linux Essential for Beginners:    • Linux Tutorial For Beginners  
RHCSA Exam:    • RHCSA Exam Full Course  
Operating System Lab:    • Operating System Lab  
Operating System:    • Operating System  

#fileglobbing #wildcards #linux #linuxessentials #dextutor

Комментарии

Информация по комментариям в разработке