hi,
I would like to do the following recursively in shell script:
user key in a directory name
recursive traverse through every directories and subdirectories
read files in each directories
if a text file is found then rename the .txt to .dat
if a temp file is found then delete the .tmp file
any idea please?
thanks
alexanderl