Search Results

Search: Posts Made By: gkskumar
1,355
Posted By gkskumar
Thanks for quick responce and it works fine..:b: ...
Thanks for quick responce and it works fine..:b:

edit by bakunin: thanks for the follow-up, chnaged thread title to "Solved"
1,355
Posted By gkskumar
[Solved] How to swap PIPE seperator delimiter?
I have file like below
1|4|OR|OLAP|INT|INT||CONSTANT|2012/08/07|9999/12/31|0|0|0|0|PRL|-358.1684563||||||||||36522|55791|LNR|...
2,009
Posted By gkskumar
how to lead space in value
How to lead space instead of ZERO in the output:

Here I am using below code:



Here,
Input a =123
Output shows a =00123 instead of I want to display a =[SPACE][SPACE]123. here [SPACE] =...
7,137
Posted By gkskumar
When I use your mentioned command and getting...
When I use your mentioned command and getting below error,

awk: Internal software error in the symbol table at XXXXXXXXX XXXXXXXXXXX XXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXX...
7,137
Posted By gkskumar
file1.txt conains: 1 2 3 4 5 1 1 1 1 1 2 2...
file1.txt conains:
1 2 3 4 5
1 1 1 1 1
2 2 2 2 2
1 3 5 7 9
4 4 4 4 4

file2.txt contains:
1 2 3 4 5
1 3 5 7 9
7 7 7 7 7
9 9 9 99

the output of file3.txt should be
1 2 3 4 5
1 3 5 7 9...
7,137
Posted By gkskumar
I want to check/compare file1 rows into file2...
I want to check/compare file1 rows into file2 rows, if file1 rows present in file2 then needs to display like that compare for all rows in file1 to file 2 and it varies the content also. how to do ?...
7,137
Posted By gkskumar
gref -f taking long time for big file
grep -f taking long time to compare for big files, any alternate for fast check

I am using grep -f file1 file2 to check - to ckeck dups/common rows prsents. But my files contains file1 contains...
1,804
Posted By gkskumar
How to check multi word in the same script for all dir ?
I want to check two different words are present in the same script and the words are,
1. message
2. 'error' - here {search word - including single quote}
How to check in UNIX from current & sub...
8,054
Posted By gkskumar
How to list content with file name ?
I want to search the string including the symbol like
'search'

for example, file a.txt in \\dir contains,
a for 'appable'
b for 'banana'
c for 'cat'
s for 'search'

Here I need to...
Showing results 1 to 9 of 9

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