Linux Common Commands Summary

Source: Internet
Author: User
Tags bz2

First, packaging compression decompression

① compression

TAR-CZVF Test.tar.gz./test

TAR-CJVF Test.tar.bz2./test

② Decompression

TAR-XZVF Test.tar.gz

TAR-XJVF Test.tar.bz2

-C,--create:create a new archive

-Z,--gzip:filter the archive through gzip

-V,--verbose:verbosely list files processed

-F,--file=archive:use ARCHIVE FIle or Defice ARCHIVE

-X,--extract,--get:extract files from an archive

Second, find and replace

①. Finding a file under a specified directory

Find./-name filename

②. Finding strings in files in the specified directory

Grep-r--color "Str".

③. Replacing a string in a file under a specified directory

grep-rl printf./| Xargs sed-i ' s/printf/xxxxxx/g ' --printf-->> xxxxxx

④. Replacing strings in files in a specified directory with strict matching

Grep-rl "printf"./| Xargs sed-i ' s/\<printf\>/xxxxxx/g '

grep Options Introduction

-R,-R,--recursive:read all files under each directory, recursively

-l:suppress normal output; Instead print the name of each input file from which output would normally has been printed.

Linux Common Commands Summary

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.