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
  • Certification
  • Compete
  • Career Fair
  • Hiring developers?
  1. Practice
  2. Linux Shell
  3. Bash
  4. A Personalized Echo
  5. Discussions

A Personalized Echo

Problem
Submissions
Leaderboard
Discussions
Editorial
Tutorial

Sort 73 Discussions, By:

votes

Please Login in order to post a comment

  • Netherheld 6 years ago+ 0 comments

    Why is the read syntax the only correct answer to this question? Why not the $1 alternative?

    59|
    Permalink
  • michi7x7 3 years ago+ 0 comments

    hehe :)

    printf "Welcome "
    cat
    
    32|
    Permalink
  • sakthipitchaiah 4 years ago+ 0 comments

    here is the answer:

    read name
    echo "Welcome $name"
    
    18|
    Permalink
  • baadf00d 3 years ago+ 0 comments
    sed -r 's/(.*)/Welcome \1/g'
    
    13|
    Permalink
  • aadi2203 6 years ago+ 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?

    2|
    Permalink
Load more conversations

Need Help?


View tutorial
View editorial
View top submissions
  • Contest Calendar
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy
  • Request a Feature