Search Results

Search: Posts Made By: boopathyvasagam
2,673
Posted By boopathyvasagam
redirecting the script output to more than 1 file
Hi,
I want to redirect my script output to more than one file without printing the result to the screen. How to do that?

ex:

echo "hi" >> a.txt b.txt

cat a.txt
hi b.txt
:confused:
4,484
Posted By boopathyvasagam
SVNADMIN command not responding
Hi All,
I am new using svn. I was told to create a svn repository.

i executed the following command and confirmed that svn is working in the machine.(tell doing do is correct)

>svn help

...
31,480
Posted By boopathyvasagam
Reading a specific line from a file
Hi All,
I am having 100 lines a text file say a.txt. I want read the 'nth' line from that file inside a script. Kindly tell us how to that.
9,238
Posted By boopathyvasagam
calling a unix shell script from sqlplus
I want to execute a shell script from sqlplus prompt and get its output back to sqlplus. Is this possible?

if yes just give me an example for doing that.
2,344
Posted By boopathyvasagam
cutting columns if delimiter has more than one charecter (|^)
Hi All,
I am having a file with the delimiter '|^'.
File name:test_dlim.csv



I want to cut the first field of this using awk command.

I tried with the help of the following link:...
11,071
Posted By boopathyvasagam
HI, When i put 'echo $0', my output is...
HI,
When i put 'echo $0', my output is '-bash'.
So i appended the shebang as '#! /usr/bin/bash' , it didnt work. But when i append '#! /usr/bin/ksh' it working fine.
Why is it so? My machine...
11,071
Posted By boopathyvasagam
What do you mean by 'shebang' line? ...
What do you mean by 'shebang' line?

---------- Post updated at 05:36 PM ---------- Previous update was at 05:35 PM ----------




How can i find the flavour that i am using?
11,071
Posted By boopathyvasagam
Error while using typeset command
I am having a problem with typeset command:
It is behaving differently in different machines.

Machine 1:


/marc_data/marc_project/owb_marc_adaptor/owb_marc_adaptor_load/bin>echo $0
-bash...
1,468
Posted By boopathyvasagam
Issue with using Expression inside SHELL
Hi,
i tried to execute the following script. I am having a issue with the expr operator i used.

[marcdev@dyl02019dat03 eipfeed]$ vi wordcount_check.sh
set feedback off;
set...
16,974
Posted By boopathyvasagam
Thank you. It would be useful for me if you could...
Thank you. It would be useful for me if you could say the significance of placing that END in the begining.

[marcdev@dyl02019dat03 eipfeed]$ sh insert_bckup_lkp.sh
insert_bckup_lkp.sh: line 2: [:...
16,974
Posted By boopathyvasagam
Thank you for your reply. i did that. But...
Thank you for your reply.
i did that. But showing the same error at the same line.(line 24)
16,974
Posted By boopathyvasagam
syntax error: unexpected end of file
Hi,
I am newbie to UNIX scripting. I am facing this error "syntax error: unexpected end of file" while executing the following script:

------
a=$1
if [ $a -eq 1 ]
then
sqlplus -s...
Showing results 1 to 12 of 12

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