View Single Post
Posts: 8 | Thanked: 18 times | Joined on Apr 2010 @ USA
#10
You can do all of that using the N900 shell:

Code:
ls -x *.vcf | while read i ; do 
  cat "$i" >> all.vcf ; 
  echo -en "\n\n" >> all.vcf ; 
done
 

The Following 3 Users Say Thank You to janeuner For This Useful Post: