Get the App
SLTechnology News&Howtos  ›  Servers  › 

The usage of the Linux basic command tac

Shulou Source: shulou.com Published: 2022-06-01 12:38:36 09月10日 Update

This article introduces the relevant knowledge of "the usage of the Linux basic command tac". Many people will encounter such a dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Tac

The lines in the specified file are displayed in reverse order. The scope of this command: RedHat, RHEL, Ubuntu, CentOS, SUSE, openSUSE, Fedora.

1. Grammar

Tac [options] file

2. List of options

Option

Description

-- version

Display command version information

-- help

Show help documentation

-b |-- before

Put the delimiter before the file record

-r |-- regex

Treat delimiters as normal characters

-s |-- separator=STRING

Replaces the newly created control character with the specified interval character

3. Examples

1) display in reverse order

[root@localhost weijie] # cat 1.c / / View the contents of the file

Hello world

I am david.

I love linux

Love code.

[root@localhost weijie] # tac 1.c / / reverse order display

Love code.

I love linux

I am david.

Hello world

2) put the delimiter in front of the file

[root@localhost weijie] # tac-b 1.c / / put the delimiter "carriage return" at the front of the file, resulting in two blank lines in front of the file, and the last line cannot be wrapped

Love code.

I love linux

I am david. Hello world, [root@localhost weijie]

This is the end of the introduction to "the usage of the Linux basic command tac". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Tags: Files commands delimiters content characters basics more knowledge practicality learning and then one line two information dilemma examples actual situation documents articles Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Redmi macOS NVidia MariaDB Linux