命令
echo
echo "hello world" echo hello worldecho "This is \"Cool Bird\""name="Conan" echo "hello $name"echo -e 'hello world\n' echo 'goodbye'echo `ls`echo ok > text.txt
printf
test
Last updated
echo "hello world"
echo hello worldecho "This is \"Cool Bird\""name="Conan"
echo "hello $name"echo -e 'hello world\n'
echo 'goodbye'echo `ls`echo ok > text.txtLast updated