Don’t Let Basic Linux Skills Hold You Back! Do You Really Understand These Shell Tricks?

Don't Let Basic Linux Skills Hold You Back! Do You Really Understand These Shell Tricks?

Click the blue “Most Programmer” to follow me! Add a “star” to get daily tech learning at 18:03 Shell is the core weapon of the Linux system, but many people only know the basic commands likels、cd、rm and nothing more. The following advanced tricks will help you say goodbye to being a “Shell novice” and boost … Read more

Linux Shell Control Flow

Linux Shell Control Flow

(Click the public account above to quickly follow) Source: Cheng Mo www.cnblogs.com/chengmo/archive/2010/10/14/1851434.html If you have good articles to submit, please click → here for details The Linux Shell has its own set of control flow statements, including conditional statements (if), loop statements (for, while), and selection statements (case). Below, I will introduce the usage of … Read more

A Beautiful Shell for Linux

A Beautiful Shell for Linux

From: Beginner's Station Let’s start with a beautiful image 1. Introduction to zsh 1.1 Linux Shell Linux/Unix provides many types of shells; why so many shells? Are they for cooking? Let me ask you, why do you have so many similar clothes? Different colors and textures. Writing programs is much more complex than buying clothes, … Read more

Useful Tricks in the Linux Shell

Useful Tricks in the Linux Shell

(Click the public account above to quickly follow) English: Techbar, Translation: Linux China/geekpi linux.cn/article-2389-1.html If you have good articles to submit, please click → here for details I regularly use the Linux shell (Bash), but I often forget some useful commands or shell tricks. Yes, I can remember some commands, but they definitely won’t be … Read more

Linux History Command

Linux History Command

Linux History Command 1. Overview In the Linux system, the <span>history</span> command is a tool used to view the history of commands executed by the current user. It can improve command operation efficiency, facilitate troubleshooting analysis, and enhance auditing capabilities. The Linux Shell (such as Bash) by default records the commands executed by the user … Read more

Linux Shell: From Beginner to Retirement

Linux Shell: From Beginner to Retirement

Learning Linux Shell commands is a gradual process. Beginners can start with basic commands and gradually master scripting and system management. During the learning process, it is recommended to practice hands-on and refer to online documentation and community resources. At the same time, as technology continues to evolve, Linux is also constantly updating. Maintaining a … Read more

A Collection of Text Processing Tools in Linux Shell

A Collection of Text Processing Tools in Linux Shell

(Click the public account above to quickly follow) From: cnblogs Link: http://www.cnblogs.com/me115/p/3427319.html This article will introduce the most commonly used tools for text processing in Shell under Linux: find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, awk; The examples and parameters provided are the most commonly used and practical; My principle for using … Read more

A Beautiful Shell for Linux

A Beautiful Shell for Linux

First, let’s start with a beautiful image 1 Introduction to zsh 1.1 Linux Shell Linux/Unix provides many types of shells. Why so many shells? Are they for cooking? Let me ask you, why do you have so many similar clothes? Different colors and textures. Writing programs is much more complex than buying clothes, and programmers … Read more

Examples of Control Statements in Linux Shell

Examples of Control Statements in Linux Shell

(Click the public account above to quickly follow) Author: Cheng Mo, www.cnblogs.com/chengmo/archive/2010/10/14/1851434.html If you have good articles to submit, please click → here for details The Linux shell has its own set of control statements, including conditional statements (if), loop statements (for, while), and selection statements (case). Below, I will introduce the usage of each … Read more

Comprehensive Analysis of Linux Permissions: An Essential Guide from Beginner to Expert!

Comprehensive Analysis of Linux Permissions: An Essential Guide from Beginner to Expert!

Linux | Red Hat Certification | IT Technology | Operations Engineer 👇 Join our technical exchange QQ group with 1000 members, note 【public account】 for faster approval 1. Introduction to Shell Commands Before understanding Linux operating permissions, let’s add a knowledge point: shell – command line interpreter. For Linux, it is the operating system, which … Read more