Question: please explain what each command is doing (Linux) commanda_1: sort -o join_test_1.dat -k 1 join_test_1.dat sort -o join_test_2.dat -k 1 join_test_2.dat join join_test_1.dat join_test_2.dat commands_2:
please explain what each command is doing (Linux) commanda_1: sort -o join_test_1.dat -k 1 join_test_1.dat sort -o join_test_2.dat -k 1 join_test_2.dat join join_test_1.dat join_test_2.dat commands_2: join -1 1 join_test_1.dat join_test_2.dat commands_3: sort -o join_test_1.dat -k 2 join_test_1.dat sort -o join_test_2.dat -k 2 join_test_2.dat join -1 2 -2 2 join_test_1.dat join_test_2.dat commands_4: sort -o join_test_1.dat -k 2 join_test_1.dat sort -o join_test_2.dat -k 1 join_test_2.dat join -1 2 -2 1 join_test_1.dat join_test_2.dat commands_5: sort -o join_test_1.dat -k 1 join_test_1.dat sort -o join_test_2.dat -k 2 join_test_2.dat join -1 1 -2 2 join_test_1.dat join_test_2.dat
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
