 |
For the following examples we will use the echo command,
because echo does nothing more than print out whatever
arguments it was given on the command line.
Suppose your directory contained the files:
| > ls |
| Howdy |
|
|
file.3 |
|
|
file_ii |
|
|
howdy |
|
|
test.3 |
| file |
|
|
file.4 |
|
|
file_iii |
|
|
test |
|
|
test.4 |
| file. |
|
|
file.5 |
|
|
file_iv |
|
|
test. |
|
|
test.5 |
| file.1 |
|
|
file.6 |
|
|
file_v |
|
|
test.1 |
|
|
test.6 |
| file.2 |
|
|
file_i |
|
|
file_vi |
|
|
test.1 |
|