First Unix Shell function

Source: Internet
Author: User

The first Unix Shell function has a beginning for everything. There is a saying that it is difficult to start with everything. No matter how the road goes, take every step at your feet. Today, I got started with Unix shell functions and wrote a hello function, as shown below: [plain] www.2cto.com pg fun_hello.sh #! /Bin/ksh hello () {echo "Hello, this is my first Shell function! "Echo" Today is 'date + % Y-% m-% d \ % H: % S: % M \ % a' "} # Call hello function hello # EOF execution Script: www.2cto.com [plain] sh fun_hello.sh Hello, this is my first Shell function! Today is 2013-02-01 15:48:25 Friday -- the end --

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.