Skip to content

Commit

Permalink
oops compared 2 files that have different columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jadams committed Dec 19, 2023
1 parent 398e3da commit 1e3e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrorly
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ stage1b()
--joblog "${TMP_DIR}"/download-joblog \
--jobs "${DL_JOBS}" \
get_file_from_repo
sort -k2 "${TMP_DIR}/file-Sizes" "${TMP_DIR}/need-to-download" | uniq > "${TMP_DIR}/combined-Sizes"
awk '{print $1"\t"$3"/"$4}' "${TMP_DIR}/need-to-download" | sort -k2 find-Sizes - | uniq > "${TMP_DIR}/combined-Sizes"
fi
}

Expand Down

0 comments on commit 1e3e45e

Please sign in to comment.