So sánh các lệnh Unix (Linux) và Dos

huynhziggy1

New member
** Linux Common Lệnh Cheat Sheet **

Tìm kiếm một tham chiếu nhanh đến các lệnh linux phổ biến nhất?Không tìm đâu xa!Bảng gian lận này cung cấp một cái nhìn tổng quan ngắn gọn về các lệnh Linux cần thiết nhất, cùng với các lệnh DOS tương ứng của chúng.

** Lệnh Linux ** |** Lệnh DOS ** |**Sự miêu tả**
------- |-------- |--------
`ls` |`Dir` |Liệt kê nội dung của một thư mục
`Cd` |`Cd` |Thay đổi thư mục hiện tại
`PWD` |`Path` |In thư mục làm việc hiện tại
`Mkdir` |`MD` |Tạo một thư mục mới
`rmdir` |`Rd` |Loại bỏ một thư mục
`CP` |`Copy` |Sao chép một tệp hoặc thư mục
`MV` |`Di chuyển` |Di chuyển một tệp hoặc thư mục
`rm` |`Del` |Xóa một tập tin
`Cat` |`Loại` |Hiển thị nội dung của một tệp
`grep` |`Tìm` |Tìm kiếm một chuỗi văn bản trong một tệp
`Sed` |`Chỉnh sửa` |Chỉnh sửa một tập tin
`Awk` |`Awk` |Thực hiện xử lý văn bản trên một tệp
`Sắp xếp` |`Sắp xếp` |Sắp xếp các dòng trong một tệp
`uniq` |`uniq` |Xóa các dòng trùng lặp khỏi một tệp
`WC` |`WC` |Đếm các dòng, từ và byte trong một tệp
`Ngày` |`Ngày` |In ngày và giờ hiện tại
`Cal` |`Cal` |In một lịch
`Man` |`Man` |Hiển thị trang thủ công cho một lệnh
=======================================
**Linux Common Commands Cheat Sheet**

Looking for a quick reference to the most common Linux commands? Look no further! This cheat sheet provides a concise overview of the most essential Linux commands, along with their corresponding DOS commands.

**Linux Command** | **DOS Command** | **Description**
------- | -------- | --------
`ls` | `dir` | Lists the contents of a directory
`cd` | `cd` | Changes the current directory
`pwd` | `path` | Prints the current working directory
`mkdir` | `md` | Creates a new directory
`rmdir` | `rd` | Removes a directory
`cp` | `copy` | Copies a file or directory
`mv` | `move` | Moves a file or directory
`rm` | `del` | Deletes a file
`cat` | `type` | Displays the contents of a file
`grep` | `find` | Searches for a string of text in a file
`sed` | `edit` | Edits a file
`awk` | `awk` | Performs text processing on a file
`sort` | `sort` | Sorts the lines in a file
`uniq` | `uniq` | Removes duplicate lines from a file
`wc` | `wc` | Counts the lines, words, and bytes in a file
`date` | `date` | Prints the current date and time
`cal` | `cal` | Prints a calendar
`man` | `man` | Displays the manual page for a command
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top