Search Results

Search: Posts Made By: ksailesh
Forum: AIX 09-29-2010
2,771
Posted By ksailesh
Thnxs a lot... Unix server details: AIX...
Thnxs a lot...

Unix server details:

AIX cdcaetl4-dev 3 5 00C542504C00

---------- Post updated at 08:48 PM ---------- Previous update was at 07:35 PM ----------

Jim- Can you please let me...
Forum: AIX 09-29-2010
2,771
Posted By ksailesh
Permission to a external user to a file
Is there any possible way to give permission to a user to a file whose not a member of that group. Also the permission of the file shouls be given only to that USER but not all OTHERS.

Thanks in...
6,438
Posted By ksailesh
Find lines containing two strings
How can i find lines which contains two strings (or two charcters) let say "ABC" and "DEF".

Line: SEFGWN;BVABCFSDFBDEF
11,429
Posted By ksailesh
Search and replace string only in a particular column in a delimited file
I have file with multiple columns. Column values for a record may be same.
Now i have to replace a column value(this can be same for the other columns) with new value.

File.txt
...
Forum: HP-UX 12-08-2009
4,615
Posted By ksailesh
return code from oracle to unix script
Hi

I'm writing a shell script that connects to oracle database and fires query to check the availability of data in a table. In case of no data found then what will be the return code and how to...
2,310
Posted By ksailesh
Yah... thnxs.. exactly i'm looking out for this...
Yah... thnxs.. exactly i'm looking out for this simple command..
2,490
Posted By ksailesh
Thnxs... awk '{ t=$5 $5=$1 ...
Thnxs...


awk '{
t=$5
$5=$1
$1=t
}1' file

In the code, what does "1" stands for?
2,310
Posted By ksailesh
Sorted file
Hi



Is there any unix shell command or utility to know if the file is sorted or not?



Thanks
2,490
Posted By ksailesh
Swapping of fields in a file
Hi

I have afile with 15fields,say f1,f2....f15 delimited on comma. How can i swap the f1,f15 fields using unix shell commands or any script?



Thanks
8,272
Posted By ksailesh
Try to ftp the file in ascii mode to avoid ^M in...
Try to ftp the file in ascii mode to avoid ^M in end of the each line in the file.
6,251
Posted By ksailesh
Calling unix script from sql or plsql
Hi

Can anyone please let me know how to call unix scripts from sql or plsql ASAP.
28,795
Posted By ksailesh
jus run the command "set" in unix prompt and see...
jus run the command "set" in unix prompt and see the whther the varibale i exported or not.
Forum: Solaris 09-07-2008
4,872
Posted By ksailesh
sh abc.sh two things it will do 1) it need...
sh abc.sh two things it will do
1) it need execute permissions which ./abc.sh doent require
2)it gets invoke in new shell hereas ./abc.sh executes in tht shell only.
22,137
Posted By ksailesh
u can debug unix scripts using ksh -vx <filename>...
u can debug unix scripts using ksh -vx <filename> , using echo statements and creating log files
4,194
Posted By ksailesh
DNS details of HP-UX ??
DNS details of HP-UX

--------------------------------------------------------------------------------

1)how to get the DNS details, as i need to use these in shell script..

require info...
Forum: HP-UX 01-10-2008
3,673
Posted By ksailesh
DNS details of HP-UX
1)how to get the DNS details, as i need to use these in shell script..

require info ASAP...

Thanks in advance
Showing results 1 to 16 of 16

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