Search Results

Search: Posts Made By: mohan_xunil
3,042
Posted By mohan_xunil
Hi Franklin, The input and output files...
Hi Franklin,

The input and output files should be gzip files and are not a normal txt files
3,042
Posted By mohan_xunil
split a file using awk
Hi ,

I just need to split a file and outputfiles are redirected to gzip file


need:

Input file - A.gz

content of A.gz is

100|sfdds|dffdds|200112|sdfdf
100|sfdds|dffdds|200112|sdfdf...
9,526
Posted By mohan_xunil
Remove junk characters using Perl
Guys,

can you help me in removing the junk character "^S" from the below line using perl


Reference Data Not Recognised ^S Where a value is provided by the consuming system, which is not reco...
8,205
Posted By mohan_xunil
kill PID running in background in for loop
Guys,

can you help me in killing the process which is running in back ground under for loop

I am not able to find the PID using ps -afx|grep <word in command I entered>
22,655
Posted By mohan_xunil
It seems it has been compressed in Windows...
It seems it has been compressed in Windows platform and I want it to extract it from Linux now.
22,655
Posted By mohan_xunil
Help on extracting file with zipx extension
Please guide me in extracting a file with .zipx extension
12,720
Posted By mohan_xunil
sorry ggs, It is typo err the actual ...
sorry ggs,

It is typo err

the actual second case is like

zcat a.gz |gzip >>d.gz
zcat b.gz |gzip >>d.gz
zcat c.gz |gzip >>d.gz


please let me know the exact diffenrence with gzip...
12,720
Posted By mohan_xunil
Appending a GZIP File
Guys,

I just want to know the difference in following (core difference)


zcat a.gz b.gz c.gz |gzip >d.gz

And

zcat a.gz >>d.gz
zcat b.gz >>d.gz
zcat c.gz >>d.gz


do we have 3 gzip...
2,660
Posted By mohan_xunil
Need to cut first 21 and 32-25 characters from file
Guys,
can you help me in doing cut first 21 and 32-35 characters from file.

I tried with cut -c to cut first 21 characters ,It is succeeded.
But i need both first 21 and 32-35.
1,401
Posted By mohan_xunil
need Help on wc -l
All,

When i put wc -l <file>, it shows 227 lines
but when i open the file like
cat <file> |nl |less

it shows 228 lines . Please help n debugging and understanding wt s wrong
4,224
Posted By mohan_xunil
Thanks man, now i understand.
Thanks man, now i understand.
4,224
Posted By mohan_xunil
need help for cp with -p switch
Guys,

I need to copy files from source to destination with datetime preserved

I did it with cp -p <source>/file <destinaltion>/file

But when I do stat command on copied file , it seems the...
Showing results 1 to 12 of 12

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