Search Results

Search: Posts Made By: mohdtausifsh
1,864
Posted By mohdtausifsh
Issue reading csv file
HI All

I have csv file containing the data like this

Electrical Equipment,ElecEquip
"Engineering, Machinery & Equipment",Engineerin
Entertainment & Broadcasting,Entertain

The first and...
1,575
Posted By mohdtausifsh
So how to handle this issue becasue these files...
So how to handle this issue becasue these files needs to be pickedup from the same location by SAP XI
1,575
Posted By mohdtausifsh
Issue with Splitting of file
HI! All
Iam running this script ro split the file ,attact a timesatmp to it and then conver it to .tmp extension

cd /home/staff/thussain
Prefix=Z_PRICE_NEW_`date "+%Y%m%d%H%M%S"`
split -3000...
1,829
Posted By mohdtausifsh
Script is aborting if there is no file
HI!

Iam running two scripts in my unix server

First script is Splitting a file containing 300 records each with .tmp extension

for eg Z_PRICE_NEW.tmp

Second script is converting .tmp...
1,578
Posted By mohdtausifsh
split -3000 -a 4 Z_PRICE_NEW.txt $Prefix ...
split -3000 -a 4 Z_PRICE_NEW.txt $Prefix

what this command does here......

plz expalin it....

Its splits the file contatining 3000 rows each and concatenates $prefix(in this case timestamp)...
1,578
Posted By mohdtausifsh
Problem in moving files to .txt
Hello All
Iam running one script to Split the file and rename it with .txt extension

Script
Prefix=Z_PRICE_NEW_`date "+%Y%m%d%H%M%S"`
split -3000 -a 4 Z_PRICE_NEW.txt $Prefix
find . -name...
6,664
Posted By mohdtausifsh
Thanks a lot Anbu it works
Thanks a lot Anbu it works
6,664
Posted By mohdtausifsh
Increase the counter in UNIX
HI! All

Iam facing an issue with split comman in unix
Prifix=Z_PRICE_NEW`date "+%Y%m%d%H%M%S"`
split -5000 Product.txt $Prifix
find . -name "$Prifix*" -print | {
while read FILE;
do
mv $FILE...
11,676
Posted By mohdtausifsh
if you try and execute the split command ,the...
if you try and execute the split command ,the result is byte format instead of the txt fromat .
11,676
Posted By mohdtausifsh
the file looks like operating system file with...
the file looks like operating system file with out any extension to it .that is byte format
11,676
Posted By mohdtausifsh
The Split comman is working but the output files...
The Split comman is working but the output files which iam getting is in bytes format ,i need to conver these file from Byte fromat to .txt format

Is there any command in UNIX which performs this...
11,676
Posted By mohdtausifsh
Split Command options
HI! All
iam using Split command to split a large .txt file in to smaller files,

The syntax iam using
split -25000 Product.txt

iam getting four output files but not in .txt format but in...
10,035
Posted By mohdtausifsh
The Split comman is working correctly ,it is...
The Split comman is working correctly ,it is splitting the large files in to four different file ,but the file which have been splitted ar not in txt format but in someother format ,whe i checked in...
10,035
Posted By mohdtausifsh
when i used Spilit command,iam getting four file...
when i used Spilit command,iam getting four file not in text format but in operating system format,i nee those four outputfiles in txt fornmat
10,035
Posted By mohdtausifsh
Splitting a txt file
HI! all

I have a text file which contains 90,000 records.my requirement is to split this file in to four parts becuse according to an requirement a file should contain 25,000 records only .After...
Showing results 1 to 15 of 15

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