#!/bin/bash和#!/bin/sh的區別

由一段簡單的代碼引起的思考:linux #!/bin/sh # Author:SongQiang # Create Time:Fri 08 Mar 2019 01:42:49 PM CST# File Name:條件.sh # Description read -p "Please input your age:" AGE [[ $AGE =~ ^[0-9]+$ ]] || { echo Age
相關文章
相關標籤/搜索