Search Results

Search: Posts Made By: dchoudhury
14,408
Posted By dchoudhury
@clx i used: "cleartool setview -exec...
@clx

i used:
"cleartool setview -exec "cmds to execute" <dynamic view_name> ".This command used to execute some commands within a view after setting the dynamic view. The above command will first...
14,408
Posted By dchoudhury
When i am trying to execute export command within a shell script it is saying command not found.
I am running the export command within a view to use that value inside my build script. But while executing it it is saying "export command not found"

My code is as follows:...
1,512
Posted By dchoudhury
Problem in Concatination of string in bash scripts containing back slashes.
My script is as follows:

#!/bin/bash
STR1="test"
echo $STR1
STR2="/bldtmp/"$STR1
echo $STR2
STR3=$STR2'/tmp'
echo $STR3

output i am geting
----------------
test
/bldtmp/test...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy