what is trap command and how to use it ?
I am a bit interested in this command and would like to share it with u people… If you want to perform any of the actions on receiving some signal in shell you can do that by “trap” command. For ex, I would like to create a file when it receives a TERM signal. I …