Created
December 23, 2021 14:09
-
-
Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.
Revisions
-
bitpaint created this gist
Dec 23, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Add Custom hex color to Specific project sed -i '/:[0-9]*$/ ! s/$/|FFFFFF/' log.txt sed -i '/:[0-9]*$/ ! s/$/|000000/' log2.txt // # Combine logs // cat *.txt | sort -n > _combined.txt