Thursday, January 19, 2023

Linux intermediate comments

There are many advanced Linux commands that can be used to perform various tasks. Here are a few examples:

    grep: This command is used to search for specific text patterns in a file or group of files. It is often used in combination with other commands, such as find or ls, to search through a directory structure.

    sed: This command is used to perform text transformations on a file or input stream. It is often used for tasks such as replacing text, deleting lines, or formatting data.

    awk: This command is a powerful text processing tool that can be used to extract information from text files or input streams. It is often used for tasks such as extracting columns of data, counting occurrences of a pattern, or performing calculations on data.

    tar: This command is used to create, extract, and manipulate tar archives. It is often used to compress and backup files or directories.

    find: This command is used to search for files and directories. It can search based on various criteria such as the file name, size, or modification time.

    awk: This command is a powerful text processing tool that can be used to extract information from text files or input streams. It is often used for tasks such as extracting columns of data, counting occurrences of a pattern, or performing calculations on data.

    ps: This command is used to view information about the processes running on a Linux system. It can display a wide range of information about processes, such as the 

No comments:

Post a Comment

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...