Old boy Education daily-70th Day-shell script optimization points:

Source: Internet
Author: User

Topic

See the following script:

#!/bin/bashgrep oldboy/etc/passwd &>/dev/nullreval=$?if [$REVAL-eq 0]then echo "Oldboy user already exists" else Useradd Oldboyfi

The above is a very simple creation of the corresponding user shell script code, is this simple script code can be more simple?

Reference Answer:
#!/bin/bashif grep-q oldboy/etc/passwdthen echo "Oldboy user already exists" else useradd Oldboyfi
User answer:
[' grep oldboy/etc/passwd|wc-l '-eq 1]&& echo OK | | Echo No
Note

Today is a day to accompany everyone's first day, look forward to your progress.
For questions and answers, please leave a comment in the blog comments section.
Index of the topic of the previous period
http://lidao.blog.51cto.com/3388056/1914205

This article is from the "Lee blog" blog, make sure to keep this source http://lidao.blog.51cto.com/3388056/1936557

Old boy Education daily-70th Day-shell script optimization points:

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.