|
|
|
|
|
|
Fedora
Sometimes the necessity arises for files in a nested directory structure to have their extensions changed. In the
case of asp files, you may need to change their file extensions from '.asp' to '.aspx'. The utility below, which makes
good use of the grep command and the basename command will do this for you.
|
|
|
|
|
|