MBK_WORK_LIB(1) MBK ENVIRONMENT VARIABLES MBK_WORK_LIB(1)NAME
MBK_WORK_LIB - define the mbk working directory
SYNOPSYS
c-shell running
setenv MBK_WORK_LIB unix path
ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in
Paris, France.
Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users@asim.lip6.fr
DESCRIPTION
MBK_WORK_LIB sets the directory where are saved the results of an invocation of mbk or genlib. This directory is considered to be, from an
mbk point of view, read and write.
Also, when a file is searched for reading, the first directory to be looked at is the MBK_WORK_LIB, and then the one defined in
MBK_CATA_LIB(1).
The unix path argument must be a actually accessible path on your host machine.
ERRORS
"mbk_fopen : can't open file 'unix_path/file.xx'"
This occurs when either the unix path is irrelevent, or when the file doesn't exist if it is open for reading, or when you don't
have the right on the file or directory while trying to write it.
EXAMPLE
setenv MBK_WORK_LIB ~fred/crechan/uom
SEE ALSO mbk(3), genlib(1), MBK_CATA_LIB(1).
BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory.
We need your feedback to improve documentation and tools.
ASIM /LIP6 October 1, 1997 MBK_WORK_LIB(1)
Check Out this Related Man Page
MBK_WORK_LIB(1) MBK ENVIRONMENT VARIABLES MBK_WORK_LIB(1)NAME
MBK_WORK_LIB - define the mbk working directory
SYNOPSYS
c-shell running
setenv MBK_WORK_LIB unix path
ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in
Paris, France.
Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users@asim.lip6.fr
DESCRIPTION
MBK_WORK_LIB sets the directory where are saved the results of an invocation of mbk or genlib. This directory is considered to be, from an
mbk point of view, read and write.
Also, when a file is searched for reading, the first directory to be looked at is the MBK_WORK_LIB, and then the one defined in
MBK_CATA_LIB(1).
The unix path argument must be a actually accessible path on your host machine.
ERRORS
"mbk_fopen : can't open file 'unix_path/file.xx'"
This occurs when either the unix path is irrelevent, or when the file doesn't exist if it is open for reading, or when you don't
have the right on the file or directory while trying to write it.
EXAMPLE
setenv MBK_WORK_LIB ~fred/crechan/uom
SEE ALSO mbk(3), genlib(1), MBK_CATA_LIB(1).
BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory.
We need your feedback to improve documentation and tools.
ASIM /LIP6 October 1, 1997 MBK_WORK_LIB(1)
Unix has peaked my interest, but i'm so new to it that I don't even know what it is. I was hoping somebody could tell me a little about what it's used for.
Is it a powerful tool or a hobby?
Is it an equivalent to a Mac OS or Windows?
What would somebody do with it?
Sorry for the dumb... (6 Replies)
hello everyone,
new here on unix, don't know a lot about it but I have an engineer that will install all.
so what do you think about using unix for an internet cafe?
are programs like msn instant messenger available for unix?
thank you for any help
I am a novice at the moment but... (12 Replies)
I am currently working as a summer intern at Cadence Design Systems in San Jose, CA, and have been learning unix/csh for the past week. The machine at the office has solaris installed, but at home, I (like most others) have Windows XP installed. Would it be possible to install any flavor of unix on... (6 Replies)
hi,
I'm using HP unix tru64 & Win XP.
i'm download a file from winxp to unix using ftp.
how to know whether a remote file is currently being used by the process or not? (my loaction unix server) (7 Replies)
I was thinking about pros and cons of unix and about comparison Unix shell (bash) and unix commands with Windows PowerShell and its commands. I just would like to hear what do you mean about:
1. Aren't options of unix commands too much confusing? Why are not standardized in a way that it's... (14 Replies)
Hi,
Great to find this forum!
I'm a complete newbie to unix, and am having a hard time finding my way around.
Firstly, I've been reading something about c shell programming being one tenth the size of c programming done on unix.....I couldn't figure what that meant, but there were two... (7 Replies)
unix script must do the fiollowing
open a file containing comma delimited records
> each record contains 10 fields
> removes the 2nd field and use that same field containing fields 2 to 10
the original record after fprocessing should containing fields 1 and 3
a new erecord must be... (10 Replies)
Guys, anyone familiar with Unix AutoSys?
I am wondering what is done to make a script located in this dir:
/home/user2/mywork.pl
I have access to jil files incase that helps.
to work everyday at 5pm?
Any insight or guidance would be appreciated. (7 Replies)
I need some advice regarding my career. I have been working for a major it company in a unix based support project. I have not learnt much in the 2 years except for basics in unix. I am really worried about my career thinking about what would happen next.
I always wanted to be a developer but i... (10 Replies)
I have a file in unix with sample data as follows :
--------------------------------------------------------------
--------------------------------------------------------------
{30001002|XXparameter|Layout|$
I want this file to be splitted into different files and corresponding to the sample... (54 Replies)
Hi Gurus,
I am new to unix, so my questions might be dumb, but please try to explain in detail as possible, so as to help me and many others.
I am trying to install autosys on unix environment. i have been looking at google, it talks about cd to autouser directory. Now my question... (6 Replies)
Hi,
I have my script in below path in UNIX
/storage/sas_source/SDTM-Development/FileWatcher/filewatcher.sh
I want to schedule it to run every 30 secs.
Please let me know the steps to do it.
Thanks. (7 Replies)
Hello all,
I have following piece of code which is working fine if executed standalone -
date=$1
set -A max_month 0 31 28 31 30 31 30 31 31 30 31 30 31
eval $(echo $date|sed 's!\(....\)\(..\)\(..\)!year=\1;month=\2;day=\3!')
(( year4=year%4 ))
(( year100=year%100 ))
(( year400=year%400 ))... (7 Replies)