Search Results

Search: Posts Made By: sowmya005
3,129
Posted By sowmya005
Hi Kiran, Thanks for the elaboration. Still I...
Hi Kiran,
Thanks for the elaboration.
Still I could not get the output of reading the file in the inbox.
Anyway, pl try this shell script:
#!/usr/bin/tcsh
set mylist = `cat free.txt`
foreach...
3,129
Posted By sowmya005
Hi Kiran, Would u pl elaborate on your problem?...
Hi Kiran,
Would u pl elaborate on your problem?
May I know your goal of reading testsub1.txt file.
u can try the following also:
#!/usr/bin/tcsh

set mylist = `cat test.txt`
foreach mydir...
6,764
Posted By sowmya005
Problem with xterm & tcsh & sourcing a script in a single command
Hi friends,
I have a script that sets the env variable path based on different conditions.
Now the new path variable setting should not done in the same terminal or same shell.
Only a new terminal...
6,780
Posted By sowmya005
Hi Haris, I hope you can check by trying...
Hi Haris,
I hope you can check by trying sending normal mail.
Only if malx or sendmail (whatever you are using) on your server is configured to send mails to any mail id, you can send a mail. Or...
9,271
Posted By sowmya005
set env variables in a new xterm
Hi,
I have a script that sets some env variables.
I want to source the script in a new xterm and
after the script execution is over, the xterm has to be alive with the env variables set according...
2,630
Posted By sowmya005
Hi Devaraj, It works. Thank you for ur quick...
Hi Devaraj,
It works.
Thank you for ur quick reply.
2,630
Posted By sowmya005
echo $$variable problem
Hi,
I see a similar problem.
> set home_var MYHOME
> eval echo 'set path \($$home_var/bin \$path\)' > ~/hi.txt

The hi.txt has
set path (7030home_var/bin $path)

I need
set path...
Showing results 1 to 7 of 7

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