Search Results

Search: Posts Made By: lweegp
2,332
Posted By lweegp
FTP Directories
Hi Unix Gurus,

Been trying to find a thread on this matter but somehow it's not related.

I'm trying to ftp a few directories from Unix to the Wintel server but somehow its not working at all :(...
9,541
Posted By lweegp
hi vbe, will try it out and see if that...
hi vbe,

will try it out and see if that works. thanks for the advise. :b:
9,541
Posted By lweegp
hmm...if thats the case i will have to add rw for...
hmm...if thats the case i will have to add rw for others? if not add the user into the oinstall group?

i've check and confirm wporaadm is in the oinstall group and is in the primary group too.
9,541
Posted By lweegp
this is the command i type: tar -cvf...
this is the command i type:

tar -cvf /parent/amit.tar /parent/filename.dmp
9,541
Posted By lweegp
hi amitranjansahu, where can I find the...
hi amitranjansahu,

where can I find the complete tree PATH permission?

the parent directory for instance lets say is /parent the permission is :

drwxrwx--- 12 oraadm oinstall 4096...
9,541
Posted By lweegp
Tar Help
Hi Unix Gurus,

I would like to seek some advises regarding tar. I've received this error:

tar: The getwd subroutine failed.
Cannot open the parent directory.

when i try to tar some...
2,697
Posted By lweegp
hey all, by putting -i it works!! :D ...
hey all,

by putting -i it works!! :D

thanks rikxik for the help! :b:


wee
2,697
Posted By lweegp
ftp multiple files from same directory
Hi there Gurus,

I have the following ftp script:

$ more ftp_dump_arch4.sh
#! /usr/bin/ksh

# Constant variables
HOST='xx.xx.xx.xx'
USER='user'
PASSWD='password'
dir='/export/file'...
11,346
Posted By lweegp
hi i guess u are trying to find a string of...
hi

i guess u are trying to find a string of words?

try to use "TID:09*" instead of ' '

hope this helps.
3,000
Posted By lweegp
scp or sftp to Window server
Dear Unix Gurus,

I have a question to confirm before I proceed to script my program.

I'm currently running on IBM AIX Ver 5.3.

I just like to know if it's compatible to use scp or sftp...
5,509
Posted By lweegp
hi vidyadhar85, thanks for the explaination...
hi vidyadhar85,

thanks for the explaination :)

so what you recommend is to move the first 100000 lines to file1 and the remaining lines to temp file and use the temp file to overwrite the...
28,557
Posted By lweegp
ahh...yes should have guess its a - than a +....
ahh...yes should have guess its a - than a +. this should work now. thanks shawn!
28,557
Posted By lweegp
hi shawn, what if i need to check which...
hi shawn,

what if i need to check which files have been modify or updated over the past few days? do i use -mtime +72 for files which have been modified for the past 3 days etc?
28,557
Posted By lweegp
thanks shawn for the infor. i think that should...
thanks shawn for the infor. i think that should work...let me try it out.
28,557
Posted By lweegp
find recently modified/ updated file
hi gurus,

i would like to know how can i find logs files which were recently modified or updated? :confused:

using this command?

find . -name "*.log" -mtime ??

so what should i put for...
5,509
Posted By lweegp
hi what does $p stands for? variable? ...
hi what does $p stands for? variable?

somehow it does not seem to do what i'm expected it to do...

supposed i have this file with 200000 lines in it, so what i'm trying to do is to remove the...
5,509
Posted By lweegp
sorry i dont have the -i option for...
sorry i dont have the -i option for sed...probably this is the older version.

will try out the other option.

update later. thanks. :)

wee
5,509
Posted By lweegp
hey gurus... perhaps i did not make myself...
hey gurus...

perhaps i did not make myself clear...

well i have this really huge file which i cannot open up using vi (due to the constraint in which /tmp buffer could not hold)

so i need to...
5,509
Posted By lweegp
remove lines from file
Hi gurus,

i'm trying to remove a number of lines from a large file using the following command:

sed '1,5000d' oldfile > newfile

Somehow the lines in the old file are not deleted...

Am I...
Forum: AIX 02-13-2009
7,483
Posted By lweegp
Spool data file
Dear Gurus,

Tried searching for some clues in this forum but dont seem to be able to find my answer. :confused:

Anyway i have a quick question:

Today I have produced a messages generated...
Forum: AIX 01-09-2009
3,295
Posted By lweegp
run which command to check the actual user
hi gurus,

i have a question:

when run which javac under a user account I got the following results:

PROD DB Server: /usr/java14/bin/javac
DR DB Server: /usr/java14/bin/javac
DEV DB Server:...
5,930
Posted By lweegp
hi era...wonderful!! it works perfectly fine now!...
hi era...wonderful!! it works perfectly fine now! thanks so much!!:b:
5,930
Posted By lweegp
hi era, sorry for the trouble...:o i...
hi era,

sorry for the trouble...:o

i try the following:

spids111% grep 2004....\.txt$ | xargs echo

but nothing returns...some part went wrong? thanks.


wee
5,930
Posted By lweegp
ooops....it does not work...got the following: ...
ooops....it does not work...got the following:

spids111% ls -ltr | grep 2004....\.txt$ | xargs rm
rm: illegal option -- w
rm: illegal option -- -
rm: illegal option -- w
rm: illegal option --...
5,930
Posted By lweegp
era, thanks a million :b: it works! wee
era,

thanks a million :b: it works!

wee
Showing results 1 to 25 of 103

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