There's two ways you can do it:
1. Inside your shell script, wrap the rman command with two date commands. For example:
Code:
date
rman rcvcat... 
date
2. Use the "time" command:
Code:
time rman rcvcat...