www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage
Copyright (C) 2000-2012 Philippe Troin <webmaster@fifi.org>.
Validate HTML Validate CSS
GNU Info
The Empty Pattern ----------------- An empty (i.e., non-existent) pattern is considered to match _every_ input record. For example, the program: awk '{ print $1 }' BBS-list prints the first field of every record.