Search Results

Search: Posts Made By: gauravsachan
15,584
Posted By gauravsachan
Revised Code...
A slight modification in the sender's own code :

while read line
do
echo $line
Fname=`echo $line|cut -d: -f1`
Field2=`echo $line|cut -d: -f2`
len=`echo $Field2|awk '{print length($0)}'`
if...
6,078
Posted By gauravsachan
Another possible solution (a long n crude one...
Another possible solution (a long n crude one though :) ) :
grep -i "add session begin" a.txt|tail -1|cut -c 2-11
where,
a.txt = sample log entry posted in the original query
9,083
Posted By gauravsachan
Shell Script to Parse PLSQL code?
Hi All,

I am supposed to present the documentation for the PLSQL code (PACKAGES, PROCEDURE, FUNCTIONS) of my application. There are sufficient comments in my code. Has anyone written any Shell...
Forum: Programming 01-27-2009
4,672
Posted By gauravsachan
UNIX Shell Script to Create a Document of a PLSQL code.
Hi All,

I am supposed to present the documentation for the PLSQL code (PACKAGES, PROCEDURE, FUNCTIONS) of my application. There are sufficient comments in my code. Has anyone written any Shell...
Forum: Solaris 08-27-2008
3,120
Posted By gauravsachan
From Solaris 5.8 to Solaris 5.10
From Solaris 5.8 to Solaris 5.10
Forum: Solaris 08-26-2008
3,120
Posted By gauravsachan
SITE command of FTP not working
Using FTP on Solaris 5.8, I am not able to use the SITE command. It says Invalid command. I am trying to change the permission of the transmitted files to -rw-rw-rw on the destination machine. Any...
6,925
Posted By gauravsachan
How to retain file permissions during FTP on Solaris 5.9 ?
Hi All,
I am trying to ftp a file :

-rw-rw-rw- 1 oraclepbdw dba filename.txt

from Machine A ( where umask is 022) to Machine B (umask 022)
but the file changes to

-rw-rw-r-- 1...
8,847
Posted By gauravsachan
Problem Removing a Directory !!!
Hi All,
When i remove a directory , the following error message comes :
rm: cannot determine if this is an ancestor of the current working directory
Is it something to do with the permissisons ?
...
Showing results 1 to 8 of 8

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