特牛生活网

Shell基础练习70脚本_"elif echo \"$key1"_kali_yao的博客-CSDN博客

网友收藏
1.echo 基本脚本###--------------脚本1--------------------###!/bin/bashecho -e "hello\tworld" # \t Tab键echo -e "hello\bworld" # 光标左移一位,不打印oecho -e "hello\fworld" # 换行光标仍留在原来的位置echo -e "hello\nworld" # 换行echo -e "hello\rworld" # 光标返回首行,hello不打印ech..._"elif echo \"$key1"