What is the translation of " AWK " in English?

Noun

Examples of using Awk in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
AWK Kết hợp nhiều lệnh[ đã đóng].
AWK Combine multiple command[closed].
Sau lễ hội Boun Awk Pansa là lễ hội đua thuyền.
Following Boun Awk Pansa is a boat racing festival.
Trong awk hay C, bạn để cho$ đứng riêng hoàn toàn.
In Java or C, you leave the$ off entirely.
Ông cũng là đồng tácgiả của ngôn ngữ lập trình AWK và AMPL.
He also contributed to the programming languages AWK and AMPI.
Theo sau Boun Awk Pansa là một lễ hội đua thuyền.
Following Boun Awk Pansa is a boat racing festival.
Chuyển đổi chuẩn hóa từ Pandas sang AWK để cải thiện hiệu suất.
Convert normalization from Pandas to AWK to improve performance.
Cách thể hiện nhiều hơn một phần của chuỗi kết hợp awk sub hoặc gsub.
How to represent more than one part of awk sub or gsub's matched string.
Có bất kỳ nếu statment trong awk để so sánh một từ được lấy từ một tập tin?
Is there any if statment in awk to compare a word greped from a file?
Không thể tìm thấyphiên bản chính xác của lỗi awk trong mã của tôi[ đã đóng].
Cannot find correct version of awk error in my code[closed].
Tại sao sử dụng awk trong bash như vlookup trong Excel lại cho tệp đầu ra trống?
Why using awk in bash like vlookup in Excel give empty output file?
Biểu thức được xác minh là hợp lệ nhưngkhông trả về gì khi được sử dụng với AWK.
Expression is verified as valid but returns nothing when used with AWK.
Làm cách nào để thay thế giá trị tùy chọn FNR của lệnh AWK trong vòng lặp for?
How to replace a FNR option value of AWK command in a for loop?[duplicate]?
Làm thế nào để in các cột với awk và trong cùng một thời gian chỉnh sửa chỉ là một cột?
How to print columns with awk and in the same time edit just one column?
( Brian W. Kernighan,cùng tác giả của The C Programming Language và là chữ“ K” trong“ AWK”).
Brian W. Kernighan,co-author of The C Programming Language and the“K” in“AWK”.
Tôi đang cố sử dụng AWK để trích xuất giá trị từ tệp bằng lệnh AWK này;
I'm trying to use AWK to extract a value from a file using this AWK command;
Đồng tác giả hệ điều hành UNIX vàlà tác giả của ngôn ngữ lập trình AWK và AMPL.
He's the co-creator and developer of UNIX,as well as the co-author of the AWK and AMPL programming languages.
Và với awk tôi tạo ra Latex, bao gồm( dài) bảng với hồ sơ, công ty của tôi letterhead, vv.
And with awk I generate Latex, including(long) tables with records, my company letterhead, etc.
Regular Expression thường được sử dụng bởi các lệnh Unix khác nhau, bao gồm ed,sed, awk, grep và miền giới hạn vi.
Regular expressions are used by several different Unix commands, including ed,sed, awk, grep, and, to a more limited extent, vi.
Việc sử dụng tốt awk vẫn chưa rõ ràng đối với tôi, nhưng tôi biết nó sẽ hữu ích cho những gì tôi muốn.
The good using of awk is still unclear for me, but I know it will be useful for what I want.
Đi kèm với một môi trường phát triển hoàn chỉnh, bao gồm trình biên dịchC, C++, Fortran, bộ công cụ như Qt và các ngôn ngữ kịch bản như Perl, Awk và sed.
Comes with a complete development environment, including C, C++, Fortran compilers,and toolkits such as Qt and scripting languages such as Perl, Awk and sed.
Gawk là phiên bản mã nguồn mở của awk, một ngôn ngữ lập trình có mục đích đặc biệt được sử dụng để làm việc trên các tệp.
Gawk is the open source version of awk, a special-purpose programming language used for working on files.
Trên Unix và các hệ thống POSIX- compliant khác, awk và sed được sử dụng để mở rộng khả năng xử lý chuỗi và số của các tập lệnh shell.
On Unix and other Posix-compliant systems, awk and sed are used to extend the string and numeric processing ability of shell scripts.
Bourne shell lúc đầu không có bất cứ một kỹ thuật nào để trình bày số học đơn giản, nhưng nó sử dụng chương trình ngoại vi,hoặc là awk hoặc là chương trình đơn giản hơn expr.
The Bourne shell didn't originally have any mechanism to perform simple arithmetic butit uses external programs, either awk or the must simpler program expr.
Không giống hầu hết các shell( nhưng giống như awk và sed), bộ thông dịch Perl phân tích và biên dịch hoàn toàn chương trình trước khi thực hiện nó.
Unlike most shells(but like awk and sed), the Perl interpreter completely parses and compiles the program into an internal format before executing any of it.
Kể từ thời điểm đó, đã có nhiều biến thể của Thompson ban đầu của quá trình thích ứng của các biểu thức bình thường đã được sử dụng rộng rãi trong UNIX và UNIX-như tiện ích bao gồm cả expr, AWK, Emacs, anh em, và lex.
Since that time, many variations of Thompson's original adaptation of regular expressions have been widely used in Unix andUnix-like utilities including expr, AWK, Emacs, vi, and lex.
Để thành công khi làm việc với trình biên tập Linux sed và lệnh awk trong các kịch bản shell của bạn, bạn phải hiểu các biểu thức thông thường hoặc trong regex ngắn.
In order to successfully work with the Linux sed editor and the awk command in your shell scripts, you have to understand regular expressions or in short regex.
Nếu bạn đãsử dụng các tập lệnh shell hoặc awk hoặc sed hoặc các tiện ích tương tự( Unix) cho các mục đích khác nhau, bạn sẽ thấy rằng bạn thường có thể sử dụng Perl cho các mục đích đó và nhiều mục đích khác, và mã nhỏ gọn hơn.
If you have used shell scripts or awk or sed or similar Unix utilities for various purposes, you will find that you can normally use Perl for those and many other purposes, and the code tends to be more compact.
Chính vì nhiều kiểu dữ liệu tổng quát của nó Python đượcứng dụng rộng rãi hơn Awk hoặc thậm chí là Perl trong nhiều loại công việc khác nhau, do đó có nhiều việc làm bằng Python cũng dễ dàng như làm bằng các ngôn ngữ khác.
Because of its more general data types Python isapplicable to a much larger problem domain than Awk or even Perl, yet many things are at least as easy in Python as in those languages.".
Nếu bạn đãsử dụng các tập lệnh shell hoặc awk hoặc sed hoặc các tiện ích tương tự( Unix) cho các mục đích khác nhau, bạn sẽ thấy rằng bạn thường có thể sử dụng Perl cho các mục đích đó và nhiều mục đích khác, và mã nhỏ gọn hơn.
If you have actually utilized shell scripts or awk or comparable or sed(Unix) energies for different functions, you will discover that you can typically utilize Perl for those and numerous other functions, and the code has the tendency to be more compact.
Results: 29, Time: 0.0175

Top dictionary queries

Vietnamese - English