![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help me regarding alias | naree | Shell Programming and Scripting | 17 | 06-03-2008 01:14 AM |
| alias help | shafique | UNIX for Dummies Questions & Answers | 5 | 10-03-2006 09:56 AM |
| alias | klannon | Filesystems, Disks and Memory | 6 | 04-27-2006 05:36 AM |
| Script to check for a file, check for 2hrs. then quit | mmarsh | UNIX for Dummies Questions & Answers | 2 | 09-16-2005 11:46 AM |
| alias | sskb | UNIX for Dummies Questions & Answers | 2 | 12-17-2001 08:53 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Can you check this alias?
Hi, I need to create an alias named vi that runs the command /usr/ucb/vi to edit text files. The alias shold turn off the notification of new emails using the biff cmd before executing the vi cmd and turn biff back on after the vi cmd.
What I found on vi in man is /usr/bin/vi ....[+command |-command]filename... What is this "ucb"? I came up with sth like this: alias vi ' /usr/ucb/vi +biff n | -biff y ' vi filename Thanks in advance. |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|