![]() |
|
|
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 |
| please help me regarding alias | naree | Shell Programming and Scripting | 17 | 06-03-2008 05:14 AM |
| alias help | shafique | UNIX for Dummies Questions & Answers | 5 | 10-03-2006 01:56 PM |
| alias | klannon | Filesystems, Disks and Memory | 6 | 04-27-2006 09:36 AM |
| Script to check for a file, check for 2hrs. then quit | mmarsh | UNIX for Dummies Questions & Answers | 2 | 09-16-2005 03:46 PM |
| alias | sskb | UNIX for Dummies Questions & Answers | 2 | 12-17-2001 12:53 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|