![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP--How to use echo?? | rahul26 | UNIX for Advanced & Expert Users | 1 | 06-14-2006 06:47 AM |
| How to set echo on | siegfried | Shell Programming and Scripting | 1 | 11-17-2005 10:56 PM |
| What does echo ^[[r do? | hamsasal | UNIX for Advanced & Expert Users | 1 | 07-24-2005 10:14 AM |
| echo ????? | nguda | UNIX for Dummies Questions & Answers | 1 | 06-30-2003 01:02 PM |
| echo help | bb00y | High Level Programming | 5 | 10-02-2002 05:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Echo scripts
Hey,
I am sure this is a real basic command or script, but I am new to all of this, so here goes. I am trying to edit my .bashrc to have an alias that would write "how are you doing" when I type hi. I know that there is built in echo function that does this, but I am not sure how to write it in the .bashrc. Any help would be great! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
do you mean
Code:
hi()
{
echo "hi to you!"
}
|
|
#3
|
|||
|
|||
|
Thanks, that did it.
|
|||
| Google The UNIX and Linux Forums |