We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Practice
- Linux Shell
- Bash
- A Personalized Echo
- Discussions
A Personalized Echo
A Personalized Echo
Netherheld + 0 comments Why is the read syntax the only correct answer to this question? Why not the $1 alternative?
michi7x7 + 0 comments hehe :)
printf "Welcome " cat
sakthipitchaiah + 0 comments here is the answer:
read name echo "Welcome $name"
baadf00d + 0 comments sed -r 's/(.*)/Welcome \1/g'
aadi2203 + 0 comments I have a tick in every test case but when retunr back to the bash tutorials page it doesnt show thus question as fully solved?
Load more conversations
Sort 73 Discussions, By:
Please Login in order to post a comment