suppose I have a script file "display.sh" which displays some output.
Name -Xander  
Age-29       //   Step 1        
I want to add something extra to this output.
Name -Xander
Age-29
occupation-Cricketer //extra stuff
Now when I give command display.sh, only Step 1 should display But when I give command (display.sh -t or -f or anything) both step 1 and extra stuff should display
How this last part can be achieved??
 
     
    