www.yannlaviolette.com
Pages
(Move to ...)
Home
▼
Pages
(Move to ...)
▼
Monday, August 4, 2014
Linux - Copy and follow symlinks
›
If you want to copy and follow symlinks, use these arguments: cp -rfL source dest
Tuesday, November 12, 2013
EDI - Copy only specific transaction to a folder
›
Hi! Here is a simple tutorial how to copy only a specific functional group type of EDI transaction. In my example I need to copy all th...
Wednesday, October 23, 2013
Split a big text file into many files
›
Hi! Suppose that we have a big text file with 2 000 000 lines and you want to split it in 1 000 files containing 20 000 lines each. You ...
Friday, October 4, 2013
Interesting site for calories / nutrition facts
›
Here's the site: http://www.myfitnesspal.com/food/calorie-chart-nutrition-facts
Wednesday, October 2, 2013
Batch - Deleting all the files and directories under a root directory
›
Hi! With Windows 7, I need to delete all the files and subdirectory under a root directory. I was able to achieve this task with theses ...
Sunday, September 29, 2013
java.lang.NoSuchMethodError: antlr.collections.AST.getLine()
›
After adding Velocity to my Spring Web Application, I'm getting this error: 29.09.2013 22:44:26 WARN (AbstractMessageListenerContain...
Wednesday, September 25, 2013
Tar following symlinks
›
Hi! Suppose that we have to tar gzip a directory that contains two symlinks. ROOT_DIRECTORY SYMLINK_A SYMLINK_B SYMLINK_...
›
Home
View web version