What is the translation of " GREP " in English?

Examples of using Grep in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Làm việc với grep.
Working with grep.
Grep là bạn của bạn!
GREP is your friend!
Tôi chạy lệnhglxinfo thiết bị đầu cuối grep OpenGL và tôi quay trở lại.
I ran the command in terminal glxinfo grep OpenGL and I returned.
GREP trong Linux là gì và bạn sử dụng nó như thế nào?
What Is SED in Linux and How Do You Use It?
Nếu bạn muốn sử dụng các công cụ như tar,gzip, hay grep trên Windows.
If you would like to use tools like tar,gzip, or grep on Windows you.
PARC và GREP cũng tạo ra các lợi ích khác.
PARC and GREP have also provided other significant benefits.
Như bạn có thể thấy,chúng tôi cũng đã sử dụng lệnh grep để cung cấp cho chúng tôi đầu ra sạch hơn.
As you can see, we also used the grep command to give us cleaner output.
Ví dụ tôi đã làm git grep"\' load"$( git rev- list-- all) để tìm commit mà tôi đã loại bỏ' load‘.
For example I did git grep"\'load"$(git rev-list--all) to find the commit that had me removing‘load'.
Nếu bạn muốn sử dụng các công cụ như tar,gzip, hay grep trên Windows bạn có thể cài đặt Cygwin.
If you would like to use tools like tar,gzip or grep on Windows, you can install Cygwin.
Grep nơi mỗi nguyên tố từ ban đầu danh sách để biến$ và kiểm tra, được viết trong ngoặc.
Grep places each element from the original list to a variable$_ and checks, which is written in curly brackets.
Nếu chúng ta tìm tất cả các dòng của một tệp có chứa xâu abc,thì ta có thể dùng lệnh grep.
If we were looking for all lines of a file that contain the string abc,we might use the grep command.
Bây giờ bạn đã biết cách sử dụng‘ grep', chúng tôi khuyên bạn nên sử dụng grep kết hợp với‘ find'.
Now that you know how to use‘grep', we recommend that you use grep in combination with‘find'.
Regular Expression thường được sử dụng bởi các lệnh Unix khác nhau, baogồ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.
D có chứa nó bằng cách sử dụng lệnh grep đơn giản, như được hướng dẫn chi tiết trong grep cho người dùng nâng cao.
D contains it by using a simple grep command,as detailed in our guide on grep for advanced users.
Lệnh grep viết tắt của“ global regular expression print” là một trong những lệnh mạnh nhất và thường được sử dụng trong Linux.
The grep command which stands for“global regular expression print” is one of the most powerful and commonly used commands in Linux.
Cách nhanh nhất để nhận diệncode có lỗ hổng là sử dụng lệnh grep trong Linux và tìm kiếm hàm mail() với 5 tham số được sử dụng.
The fastes way to detect anypossibility for this in code is to use Linux's grep command, and recursively look for any use of mail() with all 5 parameters in use.
Ví dụ về pipe trên sử dụng grep, chúng ta có thể sắp xếp các file theo cách khác là bằng cách chỉnh sửa theo thứ tự kích cỡ trong August.
Taking a previous pipe example using grep, we can further sort the files modified in August by order of size.
Triết lý bao quát của dự án là bạn sẽ có thể chạy" ls- l",hoặc sử dụng Grep để tìm kiếm thứ gì đó và nó sẽ hoạt động trên Windows giống như trên Linux.
The overarching philosophy of the project is that you should be able to run“ls-l”,or use Grep to search for something, and it should work on Windows as it would on Linux.
Không giống như chỉ lệnh grep, vốn vận hành trên tất cả các dòng của tệp, đoạn chương trình Perl này chỉ nhìn vào có một dòng thôi.
Unlike the grep command, which is operating on all of the lines of a file, this Perl fragment is looking at just one line.
Một số tiện ích được cung cấp bởi UNIX-phân phối bao gồm các biên tập ed và các bộ lọc grep- là người đầu tiên đã được phổ biến khái niệm về các biểu thức bình thường.
Several utilities provided by Unix distributions-including the editor ed and the filter grep- were the first to popularize the concept of regular expressions.
Lệnh grep sẽ trả lỗi về khi cố truy cập vào thư mục nào đó mà không có quyền truy cập phù hợp hoặc tiến hành tìm kiếm thư mục trống.
The grep command will return an error when it tries to access folders without the correct permissions or runs into empty folders.
Trong hướng dẫn này, tôi sẽ chỉ cho bạn cách sử dụng lệnh grep thông qua các ví dụ thực tế và giải thích chi tiết về các tùy chọn grep GNU phổ biến nhất.
In this tutorial we will show you how to use the Wget command through practical examples and detailed explanations of the most common Wget options.
Grep: Nếu chúng ta biết chính xác những gì đang tìm kiếm trong file log hãy sử dụng lệnh grep để grep một mẫu.
Grep- If you know exactly what you are looking for in a log file, you can quickly use grep command to grep a pattern.
Trong thí dụ này, biến$ được giả sử có chứa một dòng văn bản nào đó, và được in ra nếu dòng này có chứa các kí tự abc đâu đó bên trong dòng-tương tự như lệnh grep ở trên.
For this example, the$_ variable is presumed to contain some text line and is printed if the line contains the characters abc in sequence anywhere within the line-similar to the grep command above.
Tìm kiếm ổ đĩa(ví dụ bằng cách sử dụng một lệnh như grep- ab/ dev/ trên Linux) sẽ cho bạn biết nếu các dữ liệu có mặt trong văn bản thường, nhưng nó sẽ không cho bạn biết nếu có chương trình đã nén hoặc mã tham chiếu đến nó.
Searching the disk(e.g. by using a command like grep-ab/dev/ on Linux) will tell you if the data is present in plaintext, but it won't tell you if some program has compressed or otherwise coded references to it.
Những gì bạn cần làm là tìm các tệp đã được sửa đổi gần đây, xem những gì đã được sửa đổi trong tệp và nếu bạn tìm thấy một chuỗi văn bản phổ biến như“ bad hacker was here” thìbạn có thể grep tất cả các tệp của mình cho văn bản đó như sau.
What you should do is find files that were recently modified, see what was modifed in the file and if you find a common string of text like“bad hackerwas here” then you can just grep all your files for that text like so.
Nó là một kịch bản sử dụng cáccông cụ UNIX/ Linux giống như các chuỗi và các lệnh grep để tìm kiếm các dấu hiệu trong các chương trình hệ thống lõi và so sánh sự mâu thuẫn của/ proc filesystem với đầu ra của lệnh ps( process status) nhằm tìm kiếm những vấn đề khác nhau.
It is a shell script usingUNIX/ Linux tools such as strings and grep commands to search for basic signature system programs and to compare a path of the/ proc files with the output of the PS(process state) to look for discrepancies.
Nếu bạn đang thử nghiệm trên một hệ thống sản xuất và lệnh tcpdump cho quá nhiều đầu ra,bạn có thể nối thêm một bộ lọc grep theo địa chỉ IP, để lọc truy vấn chỉ từ địa chỉ IP của máy khách VPN cụ thể, để đọc và định vị kết quả truy vấn DNS dễ dàng hơn.
If you are testing on a production system and the tcpdump command gives too much output,you can append a grep filter by IP address, to filter queries coming only from your specific VPN client's IP address, to make reading and locating the DNS query results easier.
Nó là một kịch bản sử dụngcác công cụ UNIX/ Linux giống như các chuỗi và các lệnh grep để tìm kiếm các dấu hiệu trong các chương trình hệ thống lõi và so sánh sự mâu thuẫn của/ proc filesystem với đầu ra của lệnh ps( process status) nhằm tìm kiếm những vấn đề khác nhau.
It is a shell scriptusing common UNIX/Linux tools like the strings and grep commands to search core system programs for signatures and for comparing a traversal of the/proc filesystem with the output of the ps(process status) command to look for discrepancies.
Tính năng này cho phép bạn chỉ định cửa sổ mà klipper sẽ không gọi"hành động". Dùng xprop BAR grep WM CLASS trong trình đầu cuối để tìm ra WM CLASS của cửa sổ. Tiếp theo, nhấn vào cửa sổ mà bạn muốn thử nghiệm. Chuỗi đầu tiên được xuất sau dấu bằng là cái bạn cần nhập vào đây.
This lets you specify windows in which Klippershould not invoke"actions". Use xprop_BAR_ grep WM_CLASS in a terminal to find out the WM_CLASS of a window. Next, click on the window you want to examine. The first string it outputs after the equal sign is the one you need to enter here.
Results: 85, Time: 0.0168

Top dictionary queries

Vietnamese - English