Search Results

Search: Posts Made By: koti_rama
1,115
Posted By koti_rama
Hello Rudi, Thank you very much,it's working as...
Hello Rudi,
Thank you very much,it's working as expected.
1,115
Posted By koti_rama
awk -Search pattern through Variable
Hello,

We have wrote shell script for multiple file name search pattern.
file format: <numner>_<20180809>.txt
starting with single number and ending with 8 digits number

Command:
awk -v...
2,988
Posted By koti_rama
dd command-Oflag
Hi,
I have written a dd script to convert ebicdic to ascii format with "comma" (,) seprated file.

But it's not working if i use oflag option.




dd...
17,796
Posted By koti_rama
No Space left On Device
Hi,

We are trying to sort the 40GB file in unix and getting following error.

Error:

sort: can't write /var/tmp/stmAAAvsaGfJ.00002929: No space left on device


sort -t ',' -k4...
2,547
Posted By koti_rama
Sftp-Script log file
Hi,
I would like to handle the each file start and end time of the file transfer using sftp command.


Can you please advise.
2,982
Posted By koti_rama
Transferring files from Unix to Windows server
Hi All,
I have to establish as connectivity from Unix server(Solaris) to Windows machine and transfer files.
We use public key Private key pair to authenticate from Unix to Unix connectivity to...
17,027
Posted By koti_rama
Page Break in a file for printing
Hi,

We have 1lac records in source file and unix script will genarate around 1000 files.
From target location the files are taking for printing on physical papers.

the page size limitation :...
2,668
Posted By koti_rama
Thnak you.. it's working
Thnak you..
it's working
2,668
Posted By koti_rama
Remove the special characters from field
Hi,

In source data few of columns are having special charates(like *) due to this i am not able to display the data into flat file.it's displaying the some of junk data into the flat file.
...
3,836
Posted By koti_rama
line carriage return characters
Hi,

I would like to insert the line carriage retrun characters on each line.
13,232
Posted By koti_rama
ls command in shell script
Hi,

We need fetch the list of files in a directory with specific name.

List of files:
a050301_B
a050302_C
a050303_B
a060301_B
a060301_C
a060302_C

we need find the a0603* files and...
6,730
Posted By koti_rama
Thank you for update, I have wrote the dd...
Thank you for update,
I have wrote the dd script and the out put text like

Script :

dd if=<SRCPATH>yyy.xxx.RB065 of=<SRCPATH>/output.csv ibs=800 cbs=80 conv=ascii,lcase;


But the ouput...
6,730
Posted By koti_rama
EBCDIC Format to Normal String
Hi,
I have EBCDIC format file and i wold like to convert normal string(user readable) in unix .
The source having the binary IBM file format
Sample Source Format:


...
85,223
Posted By koti_rama
The sample EBCDIC file data: ...
The sample EBCDIC file data:


...
85,223
Posted By koti_rama
Hi, I have used the "iconv" command but the...
Hi,
I have used the "iconv" command but the output file not in user readble format.


iconv -f EBCDIC -t ASCII <source File> >Target file
85,223
Posted By koti_rama
Thanks Reply. I have write code like this: ...
Thanks Reply.
I have write code like this:

dd if=/home/srcpath/X0201.XY#X@.XY719 of=/home/target/Targetfilel001_new.csv ibs=800 cbs=80 conv=ascii;



The Input file lookslike:
...
85,223
Posted By koti_rama
EBCDIC Format to ASCII
Hi,
we have source file with EBCDIC format(Main Frame files) where we receving from source system.

I would like to convert the EBCDIC format file to unix systemformat(ex: .csv,txt )

I have...
4,917
Posted By koti_rama
Thanks...it working now.
Thanks...it working now.
4,917
Posted By koti_rama
How to format String in ksh
Hi,
I have 3 columns to display to target file and the display of the columns with specified position in target file.
I have tried with printf command
The Columns position like:
Column1= 0 to 30...
3,398
Posted By koti_rama
Thanks to All
Thanks to All
3,398
Posted By koti_rama
Page Break in large file
Hi,

The shell script inserting the millions of rows into target flat file system and handling the line number for each line.

We need a page break line after every 10,000 lines.

is there any...
9,726
Posted By koti_rama
Find Month first Working Day
Hi,
I would like to calculate 1st working/Business day of each month.

Exp:

1st -Oct-2011 is Saturday--- Non Business Day

So the Next Working Day would be 3-Oct-2011

I need a shell script...
4,502
Posted By koti_rama
I have run the df -h command and find the...
I have run the df -h command and find the follwing output.
/dev/vx/dsk/data001/XXXXXXX_ext
11G 8.5G 2.0G 82% /ORACLE/XXXXXXX/ext
/dev/vx/dsk/data001/var_bafir
...
4,502
Posted By koti_rama
Free space at disk
Hi,

I would like to create the new file system(mount point) in our unix server.
before that i would like to know the total free space available in /home directory.

Can you please let me know,...
4,024
Posted By koti_rama
Printf command
Hi,

I a sequance number from 1-999 and i want asing the value like 001,002..999

Exp:
file_001
file_002
file_003...


file_999

How can i disaplay the sequnace number as mention above.
Showing results 1 to 25 of 96

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