Home » 2014 » March » 17
awk - A command for pattern scanning and processing of a large file
 
  1. The awk utility shall execute programs written in the awk programming language, which is specialized for textual data manipulation.
  2. An awk program is a sequence of patterns and corresponding actions. When input is read that matches a pattern, the action associated with that pattern is carried out.
  3. The awk utility shall interpret each input record as a sequence of fields where, by default, a field is a string of non- s. This default white-space field delimiter can be changed by usi ... Read more »
Category: Open System-Linux | Views: 4062 | Added by: shanky | Date: 2014-03-17 | Comments (2)