diff: find differences of two files in remote machines
Scenario: we have two files in two remote servers and we want to find differences between them without copying files etc, the servers are……
# Linux, Devops, Scripting, Cats and various things come to my mind
Scenario: we have two files in two remote servers and we want to find differences between them without copying files etc, the servers are……
Scenario: every day we run a report that produce a csv file with some IDs and we want to check the differences that those two files might……
We have the following scenario, we have a file with the following contents…
Parallel is a command that can help you do your work faster because it can execute your commands in parallel.…
Scenario: We need to copy from a remote server to local files we dont have and files that their content is updated, also we dont have ssh……
One of the most used commands on the terminal is the “cd” command because working from the command line most likely means that you need to……
The problem:…
Scenario: you want to transfer files between two computers, the remote1 and remote2 computers that cannot establish a between connection……
There is no need to hide the shame.. this is something that we all have done! we have messed with a configuration file so much that the……
grep is powerful, using its regular expressions you can do anything it terms of matching in a single line. Lets see some examples.…