|
|
IBM : developerWorks : Linux : Education - Tutorials | |
Now that we understand how globbing works, let's review wildcard syntax. You can use several special characters for wildcard expansion; here's one:
* will match zero or more characters. It means "anything can go here". Examples:
|
|