February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

Categories

February 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728  

Linux commands for Reference

find . -type f -exec grep ‘NMX_FXNG_AND_CONTRACT_DBF’ {} \;

history

history|awk ‘{print $2}’|awk ‘BEGIN {FS=”|”} {print $1}’|sort|uniq -c|sort -r

history|tail -1000|awk ‘{print $2}’|awk ‘BEGIN {FS=”|”} {print $1}’|sort|uniq -c|sort -r

-daystart This flag starts at the beginning of the day.-atime The time the file was last accessed — in number of days.-ctime The time […]