Search Results

Search: Posts Made By: linuxr
3,449
Posted By linuxr
file1 text1 10 file2 text1textabc 10 ...
file1
text1 10

file2
text1textabc 10

Regular expression search criterion ("find digit in field 1")

[0-9]

output file
text1textabc 10
3,449
Posted By linuxr
The previous post showed the example script and...
The previous post showed the example script and the errors?
3,449
Posted By linuxr
In summary "where a regular expression (e.g....
In summary "where a regular expression (e.g. [0-9]) within field 1 matches both file1 and file2, export that line into file3, but in the format of file2".
3,449
Posted By linuxr
Not tried much yet. So far I have tried to...
Not tried much yet. So far I have tried to understand the meaning of the command 'idx' but search results have not described this command. Example below:

file1:
text1 10
text2 20

file2:...
3,449
Posted By linuxr
Compare files with regular expression
Readers,

Reading a previous post about comparing files using awk ('awk-compare-2-columns-2-files-output-whole-line',...
Showing results 1 to 5 of 5

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