Search Results

Search: Posts Made By: help_scr_seeker
6,264
Posted By help_scr_seeker
I installed almost a month ago. Not sure of the...
I installed almost a month ago. Not sure of the exact steps i followed.

First ran cpan command and under the cpan prompt installed the module using

install "Log::Log4Perl"
6,264
Posted By help_scr_seeker
Reply
-bash-3.2$ ls /usr/lib/perl5/site_perl/5.8.8/Log/Log4perl.pm
ls: /usr/lib/perl5/site_perl/5.8.8/Log/Log4perl.pm: Permission denied
-bash-3.2$ whoami
arbatch


And when i log in as a root user...
6,264
Posted By help_scr_seeker
Perl Module Installation issue.
I have issue with the perl module installed in the new Linux server

I have installed the required module, but still the perl program was not able to find the path

I'm getting the below error:...
1,768
Posted By help_scr_seeker
GNU is not installed. Thanks for your...
GNU is not installed.

Thanks for your reply.
1,768
Posted By help_scr_seeker
Thanks
Thanks its working. Thanks a lot
1,768
Posted By help_scr_seeker
use strict; use warnings; use DateTime; my...
use strict;
use warnings;
use DateTime;
my $d = DateTime->now;
while ( $d->day_of_week != 6 ) {
$d->subtract( days => 1 );
}
print $d->ymd;


I developed this code in...
1,768
Posted By help_scr_seeker
$ uname -a AIX cissrv67 1 6 000FBC01D900 ...
$ uname -a
AIX cissrv67 1 6 000FBC01D900

---------- Post updated at 11:25 AM ---------- Previous update was at 11:19 AM ----------

$ echo $SHELL
/usr/bin/ksh
1,768
Posted By help_scr_seeker
Date derivation
Need to get saturday's date of the previous week.

Input will be the sysdate (today's date)

Output should be previous weeks's saturday format

Your help is required extremely.

I have...
1,107
Posted By help_scr_seeker
Lumigent 6.2.8 installation in SunOS
Hi,

In my unix system, the admin have installed the Lumigent 6.2.8 and asked me to check.

but i dont know how to check.. I have used pkginfo -l. But there were no informations regarding this....
1,597
Posted By help_scr_seeker
Sftp- file not present in the remote location
I'm able to connect to the remote server (server_name). But when i'm transferring the files, its getting transferred. But the file is not there in the remote location.

I tried with a zero byte and...
2,548
Posted By help_scr_seeker
sftp - usage
Hi,

I'm new to this sftp commands. Can someone please explain what exactly its doing

Code1:

eval scp -i ${sshkey} "'${srcdir}/${fname}'" ${tgtfolder}Code2:

ssh -i ${sshkey} ${etlssh}...
3
2,533
Posted By help_scr_seeker
Error - sftp while the remote server is down
the remote server may be down at times, that time, it should not write the output of the sftp to a file, it should return error. If it is successfully connected the server, then the output should be...
3
2,533
Posted By help_scr_seeker
sftp
Hi,

Can you please tell me what the below command does

cat <<EOF1 > $tmp1
binary
lcd $targetDir
cd ${remoteDir}
ls
quit
EOF1

cat $tmp1
set -x
sftp6 -P 2246 -B $tmp1...
2,872
Posted By help_scr_seeker
Thanks Ahmed.. Its working... Thanks for ur...
Thanks Ahmed.. Its working...

Thanks for ur prompt reply
2,872
Posted By help_scr_seeker
c3batch@cissrv67:/home/c3/qa/data/archive/test/rad...
c3batch@cissrv67:/home/c3/qa/data/archive/test/radhika_dont_touch/testing_purpose >
$ uname -a
AIX cissrv67 1 6 000FBC01D900
...
2,872
Posted By help_scr_seeker
Hi ahamed, Its still not working.. ...
Hi ahamed,

Its still not working..

Someone can you please explain what the find command will does exactly
2,872
Posted By help_scr_seeker
filetype=.gz find...
filetype=.gz
find /home/c3/qa/data/archive/test/radhika_dont_touch/testing_purpose -type -f ! -name "\*"${filetype} -exec gzip \;

this is not compressing.

Can you please explain me what it...
2,872
Posted By help_scr_seeker
Uncompressed files
Can anyone please help me how to find the list of uncompressed files in a directory and compress it.

My requirement is to omit the previously compressed files.

The directory may consist...
3,335
Posted By help_scr_seeker
$cat > file name abc^Z addres name2 msdmskd^Z...
$cat > file
name abc^Z addres
name2 msdmskd^Z address2

$ sed -n '/\^[A-Z]/=;/\^[A-Z]/p' file
1
name abc^Z addres
2
name2 msdmskd^Z address2

This is not working..

Can anyone help...
3,335
Posted By help_scr_seeker
Handling Junk Characters
Urgently ur help is needed.

Actually my req is i have an input file, that input file may have junk characters (^M, ^Z) etc...
eg:

cat file
name abc^Z addres
name2 msdmskd^Z address2

I...
1,151
Posted By help_scr_seeker
Process id
i'm using $$ only in delete script to delete the files.

I'm executing ./abc.sh p1 (p1 is the parameter passed to abc.sh) in one terminal and
./abc.sh p2 (p2 is the parameter passed to...
1,151
Posted By help_scr_seeker
Process id
I have a script say abc.sh
This script will run with different parameters say p1, p2,p3...

When i'm running the script with different parameters in different terminal, i'm getting different...
4,684
Posted By help_scr_seeker
mail -r option
mail -r will display FIFO order. May i know on what basis...

Say it depends on sender/initiative/recipient
1,808
Posted By help_scr_seeker
Struck with Typeset Command
Can someone explain whats this below command will do exactly..

typeset tmpFile1 tmpDir1 rc fileName fullName bc

typeset tmpFile1 tmpFile2 rc fileSuffix uef
typeset origFile bc fullName tmpDir1...
Showing results 1 to 24 of 24

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