Posts by Brian Carvalho • 11 points
2 posts
-
0
votes1
answer632
viewsA: Compare two files using Shellscript
Here is the answer to the problem solution. I was able to solve it using the tip @Jjoao gave: "Join" requires the files to be ordered in ascending order. To do this use: $cat arquivo |sort |uniq…
shell-scriptanswered Brian Carvalho 11 -
1
votes1
answer632
viewsQ: Compare two files using Shellscript
I have a series of data collectors connected to a service. This service is provided by third parties and I do not have "admin" access to create queries as my interest. The only way to know if these…
shell-scriptasked Brian Carvalho 11