Symbolic links with in script

Status
Not open for further replies.

k_90

Full Member level 2
Joined
Jan 25, 2006
Messages
144
Helped
27
Reputation
54
Reaction score
10
Trophy points
1,298
Location
Scotland,GB
Activity points
2,154
I want to create a symbolic link using a script.

Within cadence I've saved the wire assistant settings to which I wish to share to the rest of the team.

I have saved the file in the general folder to which everyone has access , is there a way to run a script that will automatically create a link?

in my workarea (varible) at the monment i need to cd into the .cadence/dfII/ia/presets/ and make link, i'm trying to automate it.

eg : ln -s user$area/.cadence/dfII/ia/presets/icfb_defaults.preset to ../../../../../icfb_settings/icfb_defaults.preset won't work!

thanks
 

ln -s user$area/.cadence/dfII/ia/presets/icfb_defaults.preset to ../../../../../icfb_settings/icfb_defaults.preset
won't work!

Remove the "to" between the two file names.

user$area must be defined, of course.
 
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…