Sunday 30 October 2011

Need help to create script

Need help to create script

Hello All,

I am creating script which will find all hidden files and append content of all those hidden file to one new file.

My following command showing all hidden files in working directory

ls -Al | grep -v '^d' | cut -c 55- | grep '^\.'

But I am not sure How to get content of each file?

Is any one can help me?

Thanking You,:?

No comments:

Post a Comment