MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 2 as of 2014-01-24 12:47:45
  • ShellScript

Filter unique values from third column, separated by space

cat datax.log |  awk '/IMEI/{print $3}' | sort | uniq | wc -l

Search for text in files recursively

cd startFolder
grep -H "textToSearch" * -R
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01