First page Back Continue Last page Overview Graphics
Example 1-7
Erasing files rm
We always need to erase files which we do not need anymore. In this example, we first copy all ps files inside the mloc directory to our root directory using following command,
cp mloc/*ps .
Then use following command to erase all of the ps files,
rm *ps