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 […]
Recent Comments