LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-10-2008, 11:28 AM   #1
plin
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Rep: Reputation: 0
Angry How to execute commands within a subshell opened by another command?


Hi,
I am trying to copy files stored in the clearcase, using a shell script.
In order to do this i need to logon as a user other than root and set the view with cleartool command:
su - <user> -c "cleartool setview <viewname>"

The problem is that now i need to access the files within this view, however the setview command opens a new shell and i can't seem to execute any commands within this shell. I've tried a number of options but no luck. Any attempt to access the files in the view results in an error saying that the files do not exist (meaning that the view was set and the shell opened by that command has closed by the time i was trying to access the files in the view, and back in the current shell those files are really non accessible, since there's no view set).

I'd really appreciate any suggestions,

plin.
 
Old 02-10-2008, 02:31 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Can you first su to the user and then enter individual cleartool commands:
su - <user>
cleartool <subcommand>
cleartool <subcommand2>
cleartool <subcommand3>
...
 
Old 02-10-2008, 10:03 PM   #3
cetialphav
Member
 
Registered: Sep 2003
Location: Raleigh, NC, USA
Distribution: Fedora
Posts: 88

Rep: Reputation: 16
You can do this, but you have to do things a little bit differently. It has been a couple of years since I have used clearcase, but I remember having to deal with this. I think cleartool has a startview command (or something like that) that starts the view. This command does not start a new shell. To actually see the files in the view, you actually look in a different filesystem. On our systems there would be a directory like /views/<view name>/ that would let you see the files in the view. I don't know if that is a typical location or something specials our admins had configured. Hopefully, this is enough to get you on the right path.
 
Old 02-11-2008, 08:19 AM   #4
plin
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Original Poster
Rep: Reputation: 0
thanks the startview thing worked just fine
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Execute different commands at startup lucazorzi Linux - General 7 11-02-2007 07:46 AM
tcsh How to execute foreach in subshell? kaz2100 Programming 1 07-07-2007 07:10 AM
Shell won't execute commands.... frank320 Red Hat 6 03-17-2006 11:12 AM
Using FTP to execute command line commands remotely steve_2010 Solaris / OpenSolaris 4 02-13-2004 08:44 AM
how to execute commands on login k4zau Linux - Software 3 10-12-2003 01:52 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration