Linux Learning Note Six tail command

Source: Internet
Author: User

#tail-F-n100 catalina.out

Meaning to monitor catalina.out files from the tail of a file to see the end of the file 100 lines

#tail-F-n100 catalina,out >nohup.out &

-----can also specify the path to the output file

& means getting into the background

> Output content to the specified file overwrite the original file content

>> output content does not overwrite but append content to original file

#tail-F-n100 catalina.out >nohup.out&

Equivalent to

#nohup tail-f-n100 catalina.out >nohup.out &

Note:

The use process continues after the logged-on user exits

Nohup The data information after execution is stored in file nohup.out by default

Example:

Nohup Find/-name init* >/root/find_init.0113&

Nohup SH startup.sh&>nohup.out

Linux Learning Note Six tail command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.