Pattern Matching with Wild-cards in Linux
Wild-Cards in Linux (Globbing patterns)
Wild-card are shell feature which make command line more powerful than GUI file manager. They are also known as globbing patterns. They are used by various command-line utilities to work with multiple files. Various wild-cards are:
1. * : none or any number of characters.
$ ls file* list all files which
0 comments:
Post a Comment