Monday, 11 November 2013

What is wild-card interpretation? | UNIX Interview Questions

When a command line contains wild-card characters such as ‘*’ or ‘?’, these are replaced by the shell with a sorted list of files whose pattern matches the input command. Wild-card characters are used to setup a list of files for processing, instead of having it specified one at a time.

No comments: