1. where I can find the manul for bash shell
2. echo 'date'
echo date
echo "date"
echo $date
I tried many way , but can not echo the date . what's the right to do it?
...全文
533打赏收藏
Dummy's question 1 - Question
1. where I can find the manul for bash shell 2. echo 'date' echo date echo "date" echo $date I tried many way , but can not echo the date . what's the right to do it?