View Single Post
Posts: 153 | Thanked: 81 times | Joined on Oct 2011 @ New Zealand
#11
No probs, well I'm not sure if It's the latest version of filebox but I'm using 0.09 as well.

The only settings I've changed in filebox are:
Show root file system = enabled
Show hidden files = enabled

Setting show thumbnails to enabled makes filebox crash frequently for me so I'd avoid that one for now.
I don't think those settings should affect it but any thing’s possible I suppose.

Can you confirm that all your exported .vcf files are still in the /home/user/MyDocs/Contacts/ directory?

if so, delete your allcontacts.vcf file.
Then do the following terminal command from the first post:

cd /home/user/MyDocs/Contacts
cat *.vcf > allcontacts.vcf

If you want it all in one line this should do the same thing also:

cat /home/user/MyDocs/Contacts/*.vcf > allcontacts.vcf

These commands should be entered exactly as shown, for example; *.vcf represents all .vcf files in that directory.