Monday, June 1, 2009

Combinig Files to One

Here we are trying to combine number of files to one file and procedure is

1. Make a directory And copy all files into it

use this

cat folder/* >>newfilename

Done :)

No comments:

curl and cacert

curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST