![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| word too long..problem while sourcing .cshrc | mobydick | UNIX for Dummies Questions & Answers | 1 | 05-08-2008 09:11 PM |
| script sourcing problem (ksh) | rakeshou | UNIX for Dummies Questions & Answers | 3 | 09-21-2007 09:29 AM |
| history -c in my .bashrc | yankee428 | UNIX for Dummies Questions & Answers | 1 | 06-23-2005 04:13 PM |
| from bashrc to sh..?? | moxxx68 | Shell Programming and Scripting | 3 | 09-13-2004 05:39 AM |
| arguments in sourcing file | Nathe | UNIX for Dummies Questions & Answers | 4 | 08-23-2004 06:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hello,
I am quite new to Linux... I need to set some aliases and I can't get it to work. Can somebody tell me what's wrong? I modified the .bashrc file in my home directory. I added: alias pmv= '/home/vera/MGLTools-1.4.5/share/bin/pmv' saved it and ran source .bashrc The shell returned a line: if: Expression Syntax and the alias does not work. (Command not found.) The shell used is tcsh. Is there something wrong in the syntax of the alias? (the path is correct). Thanks a lot! |
|
||||
|
try these... one of these should work
pmv='/home/vera/MGLTools-1.4.5/share/bin/pmv' alias pmv '/home/vera/MGLTools-1.4.5/share/bin/pmv' pmv '/home/vera/MGLTools-1.4.5/share/bin/pmv' |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|