Extras


Excel Tricks
Click  Here

Unix Commands
Get the count of each individual files in the directory
ls -l | wc -l /interfaces/DB1/COMET_FDM_LOAD/*.csv

Getting specific colomn of records from a File
awk -F ',' '{print $9}' /interfaces/DB1/JDE_FDM_LOAD/BWFile_JGL_Jan_2013_FULL_20130205_161633.txt | sort | uniq -c

output of unix command
$ echo $?

MBA and Stuff
Click Here

No comments:

Post a Comment