PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5) i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance
1828
I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.
Write a program to find sum of the digits of a number in python?
What software is available for XML?
code to create a new window
How can i know that how many user are visited to my page in php?
code to images to rollover
how to get the User's Time of Day
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
How to print sum of the numbers starting from 1 to 100?
write a code that user can choose/alter Body Text Size
Who is responsible for XML?
how to convert between arrays and strings
how to create Expandable and Collapsible Menus
How do you set a global variable inside a function?
determine which Element received an Event