File handling with bash shell scripting

Hi all,

Can anyone guide to get tricks for file handling in bash shell? Thanks in advance.

Thanks
Deepak

This is the Advanced BASH scripting guide, and it is probably the only thing you will ever need for BASH stuff.

Advanced Bash-Scripting Guide

It starts off assuming that you have no previous knowledge/experience with the shell.

Thanks for reply. I have got the suggested and found everything needed.