英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

awk    
Awk \Awk\ ([add]k), a. [OE. auk, awk (properly) turned away;
(hence) contrary, wrong, from Icel. ["o]figr, ["o]fugr,
afigr, turning the wrong way, fr. af off, away; cf. OHG.
abuh, Skr. ap[=a]c turned away, fr. apa off, away a root
ak, a[u^]k, to bend, from which come also E. angle, anchor.]
[1913 Webster]
1. Odd; out of order; perverse. [Obs.]
[1913 Webster]

2. Wrong, or not commonly used; clumsy; sinister; as, the awk
end of a rod (the but end). [Obs.] --Golding.
[1913 Webster]

3. Clumsy in performance or manners; unhandy; not dexterous;
awkward. [Obs. or Prov. Eng.]
[1913 Webster]


Awk \Awk\, adv.
Perversely; in the wrong way. --L'Estrange.
[1913 Webster]

1. (Named from the authors' initials) An
interpreted language included with many versions of {Unix} for
massaging text data, developed by Alfred Aho, Peter Weinberger,
and Brian Kernighan in 1978. It is characterised by {C}-like
syntax, declaration-free variables, {associative arrays}, and
field-oriented text processing.

There is a {GNU} version called {gawk} and other varients
including {bawk}, {mawk}, {nawk}, {tawk}. {Perl} was inspired
in part by awk but is much more powerful.

{Unix manual page}: awk(1).

{netlib WWW
(http://plan9.att.com/netlib/research/index.html)}. {netlib
FTP (ftp://netlib.att.com/netlib/research/)}.

["The AWK Programming Language" A. Aho, B. Kernighan,
P. Weinberger, A-W 1988].

2. An expression which is awkward to manipulate
through normal {regexp} facilities, for example, one
containing a {newline}.

[{Jargon File}]

(1995-10-06)



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • AWK Tutorial: 25 Practical Examples of AWK Command in Linux
    Wondering how to use AWK command in Linux? Here are 25 AWK command examples with proper explanation that will help you master the basics of AWK
  • The GNU Awk User’s Guide
    This Web page, while describing the awk language in general, also describes the particular implementation of awk called gawk (which stands for “GNU awk”) gawk runs on a broad range of Unix systems, ranging from Intel-architecture PC-based computers up through large-scale systems
  • Awk Command in Linux with Examples | Linuxize
    Awk is a general-purpose scripting language designed for advanced text processing It is mostly used as a reporting and analysis tool Unlike most other procedural programming languages, awk is data-driven, meaning you define a set of actions to be performed against the input text
  • Linux awk command Explained with Examples - LinuxOPsys
    AWK excels in searching files for patterns and then performing specified actions on those patterns It's often used for tasks like parsing logs, extracting columns from a CSV, or even for complex text manipulations AWK has built-in variables (like NR, NF, FS) and supports user-defined variables
  • AWK Tutorial - Learn AWK Programming - Online Tutorials Library
    This tutorial takes you through AWK, one of the most prominent text-processing utility on GNU Linux It is very powerful and uses simple programming language It can solve complex text processing tasks with a few lines of code
  • Awk - A Tutorial and Introduction - by Bruce Barnett - Grymoire
    Why is AWK so important? It is an excellent filter and report writer Many UNIX utilities generates rows and columns of information AWK is an excellent tool for processing these rows and columns, and is easier to use AWK than most conventional programming languages
  • The Linux AWK Command – Linux and Unix Usage Syntax Examples
    What is the awk command? awk is a scripting language, and it is helpful when working in the command line It's also a widely used command for text processing When using awk, you are able to select data – one or more pieces of individual text – based on a pattern you provide
  • Bash awk - Pattern Scanning and Processing Language - W3Schools
    The awk command is used for pattern scanning and processing language It's useful for handling text files and used for data extraction and reporting Basic Usage
  • awk Cheat Sheet - awk Command Line Guide
    The awk command is a powerful text-processing and pattern-matching tool in Linux It allows users to scan files or input for lines that match a specified pattern and perform actions on the matched lines awk works by dividing lines into fields (columns) and can handle both text and numerical data…
  • Linux UNIX Awk Command Tutorial with Examples - LinuxTechi
    AWK is a versatile and lightweight text-processing language that comes pre-installed on most Unix-like operating systems, including Linux It excels at manipulating structured text data, making it an invaluable tool for tasks such as data extraction, transformation, and reporting
  • Awk Command Cheat Sheet Quick Reference
    This is a one page quick reference cheat sheet to the GNU awk, which covers commonly used awk expressions and commands #
  • AWK command in Linux Unix - DigitalOcean
    AWK is suitable for pattern search and processing The script runs to search one or more files to identify matching patterns and if the said patterns perform specific tasks In this guide, we take a look into AWK Linux command and see what it can do
  • awk Command - IBM
    The awk command uses a set of user-supplied instructions to compare a set of files, one line at a time, to extended regular expressions supplied by the user Then actions are performed upon any line that matches the extended regular expressions
  • Linux awk Command - HowtoForge
    Among the numerous text processing tools available on the Linux shell, awk stands out for its power and versatility Originally developed in the 1970s by Aho, Weinberger, and Kernighan, awk is more than just a command - it's a complete programming language designed for processing and analyzing text files
  • What is AWK Command in Linux with Examples?
    AWK is one of the most powerful and efficient tools for text processing in Linux Whether dealing with structured data like CSV files, analyzing logs, or generating reports, AWK’s concise syntax and rich feature set make it indispensable for a wide range of tasks





中文字典-英文字典  2005-2009