Search Results

Search: Posts Made By: Codesearcher
1,929
Posted By Codesearcher
grep '\$\$WS_S.' filename|awk -F" " ' {...
grep '\$\$WS_S.' filename|awk -F" " ' { if($NF=="2"){print$0} } '
1,929
Posted By Codesearcher
Pattern search using UNIX command
Hi I would like to grep a text with pattern starting with $$WS_S. and ending with a delimiter space or comma.. please help me with the syntax
Eg:
aaaaaaaaasdjkghg $$WS_S.table1 sdef
dsf...
1,750
Posted By Codesearcher
I have multiple folders /data/data1/Myfolder ...
I have multiple folders
/data/data1/Myfolder
/data/archive/src/Myfolder
/data/sor/today/app/Myfolder

with the above directory structure i need to find out the space used only for Myfolder...
1,750
Posted By Codesearcher
UNIX script to get folder size
can any one help me with a unix command to find out the size of each directory for files placed between 2 dates i.e., date1 & date 2?
1,192
Posted By Codesearcher
Concatenating 3 files into a single file
I have 3 files
File1
C1 C2 c3
File 2
C1 c2 c3
File 3
C1 c2 c3

Now i want to have
File1 as C1 c2 c3 I
File2 as C1 c2 c3 O
File3 as c1 c2 c3 D
and these 3 files should be concatenated...
1,912
Posted By Codesearcher
Script to FTP,clean up and email
Hi i need a unix script to do the following tasks.
My folder structure is /home/MSTR/test and will have the following folder within it
Cache
Lookup
Source
Target
1. On the Source & Target...
2,920
Posted By Codesearcher
Thanks a lot will try on htis phase and let u...
Thanks a lot will try on htis phase and let u know... :)
2,920
Posted By Codesearcher
Byte to BIT conversion
I have a varchar column which contains the data at ‘bit' level.the data needs to be extract / transform at bit level and this will contain a Boolean value - 0/1. How can we handle using shell scripts...
7,411
Posted By Codesearcher
Delete oracle table from UNIX script
Hi,
Is it possible to delete oracle table datas using a UNIX script/Shell script?
how can we do this??
I have oracle Database and i have to delete millions of record everyday.. adn it is taking...
13,079
Posted By Codesearcher
Thanks for your quick reply... its working fine. ...
Thanks for your quick reply... its working fine.
i tried implementing it in different case as mentioned below

I have the tar.exe placed in my server and whose UNC is...
2,196
Posted By Codesearcher
Tar command between Servers
Hi,

I have the tar.exe available in one of the servers say serverA.
But the source files(.gz files) are present in the Server B which needs to be tarred.
Currently i am coping the files from...
13,079
Posted By Codesearcher
But my tar executable is present only in the C...
But my tar executable is present only in the C drive. exactly what happends in my code is

cd C:\tar\bin
C:\tar\bin> tar -cf test.tar D:\coim\*.gz

so the tar files get created under...
13,079
Posted By Codesearcher
help on tar command
Hi,

I am using the following DOS command to tar my .gz file from the command prompt

C:\tar\bin>tar -cf test.tar D:\Coim\*.gz

but this creates a tar file under the path C:\tar\bin\test.tar...
Forum: UNIX and Linux Applications 09-18-2009
4,769
Posted By Codesearcher
Tar executable
Hi,
I need to download tar.exe to archive the files before doing gzip......
I downloaded the executables from Browse GnuWin Files on SourceForge.net...
10,082
Posted By Codesearcher
Permission with Tar files
Hi All,
I have 1000's of xml files in the Windows environment which needs to be FTPed to the UNIX environment.
to reduce the time taken i go in for Tar and gzip
1. At the windows server i use the...
2,112
Posted By Codesearcher
How to tar .gz files?
I have the gzip utility installed on machine and now i am compressing the files using gzip command.
i need to archive the .gz files using the tar command, but i get the command
'tar' is not...
6,456
Posted By Codesearcher
Paramater list too long while chmod
Hi i am transferring the files(around 10000) from the Windows sever to the UNIX server in that i run a command chmod 777 filename.txt
but it is taking a longer time as it gives chmod for each and...
5,901
Posted By Codesearcher
Permissions to files using batch script.
Hi all,
I am using a batch script that ftps the compressed xml files to the Unix environment from the Windows environment and i perform this using the below line of coding:

echo cd...
2,739
Posted By Codesearcher
Thanks for your efforts Franklin. Now the...
Thanks for your efforts Franklin.
Now the output file contains a new line inserted as well as a CR at the end oof the statement.
Kindly help me :(
2,739
Posted By Codesearcher
How to avoid CR after compression
Hi all,
I am having few files which needs to be concted into a single file and then it is compressed and FTPed from the UNIX server to the Windows server.

For the above purpose i am using gzip...
2,766
Posted By Codesearcher
Could u pls send me the coding for this?
Could u pls send me the coding for this?
2,766
Posted By Codesearcher
file check before FTP
Hi
I use a shell script to transfer files from UNIX to Windows 2000 server before the FTP i need to check whether any files with the same name exists. If the files are already present it need not be...
6,050
Posted By Codesearcher
gzip the files with particular extension
Is there any way to compress only the files with .xml extension within a folder which in turn has many sub folders?

gzip -r9 path/name/*.xml is not working

This compression is done in the...
5,531
Posted By Codesearcher
Thanks a lot for your advice.. But if i...
Thanks a lot for your advice..
But if i transfer them in Ascii mode i am getting the files with lots of junk character can we avoid this issue?
5,531
Posted By Codesearcher
how to avoid new line characters
Hi,
I am using gzip command to compress the files at the UNIX server and FTP ing it in Binary mode to Windows server.(If ASCII mode is used im getting the output as junk characters)
When i extract...
Showing results 1 to 25 of 37

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