Shell Programming (ii)

Source: Internet
Author: User

The basic features of bash:


Command completion:

The shell program receives a request from the user to execute the command, and after the analysis is completed, the leftmost string is treated as a command;

Command Lookup mechanism:

Find internal commands;

According to the directory set in the PATH environment variable, the file name of the directory is searched from left to right;


The given beginning string, if it can uniquely identify a command program file, the direct completion;

Can not uniquely identify a command program file, and then click the TAB key once, will give a list;


Path Completion:

Under the given starting path, match each file under the starting path with the start string under the corresponding path:

tab

If it can be uniquely identified, then direct completion;

Otherwise, tab again, give the list;


Shell Programming (ii)

Related Article

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.