Shell Scripting Exercise 1

Source: Internet
Author: User

#!/bin/Bash while : DoRead-P">>>"user [["$user"="Q"]] || [["$user"="Q"]] &&Break [[-Z $user]] &&ContinueID$user &>/dev/NULL    [[ $? -eq0]] &&Cat/etc/passwd|awk-F:'{print $, $NF}'|grep$user | |Echo "User not exist" Done

The script implements the target to determine whether the user exists

Main ideas

The while do statement implements the loop

Add variable $user exit mechanism use "| |", "&&", respectively, with operations and or operations, to loop out.

[[-Z $user]] determine if $user is null continue jumps into the next loop

$? The exit state of the last command, or the return value of the function

Determines whether the print profile is in the row ($NF to the last field) as a null value

By the way, recall the comparison size parameters in the shell script

-eq//equals

-ne//Not equal to

-GT//greater than

-LT//Less than

-ge//greater than or equal

-le//less than or equal to

Shell Scripting Exercise 1

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.