Hi everybody,
I have a doubt.
When you write :
echo "hello \n\n"
this print hello with 2 lines empty, isn't it ?
and :
echo "enter your name: \c"
This print only enter your name without go to line ?
Because i try that in bash, and it doesn't works !
Thanks.
I have a doubt.
When you write :
echo "hello \n\n"
this print hello with 2 lines empty, isn't it ?
and :
echo "enter your name: \c"
This print only enter your name without go to line ?
Because i try that in bash, and it doesn't works !
Thanks.