This commit is contained in:
Barry McCormick
2023-10-09 14:02:07 -07:00
parent a8f6c71d9b
commit e271340fc8

View File

@@ -17,7 +17,7 @@ task:
- echo "*** diff.txt ***"
- cat diff.txt
- # Use sed to remove characters before the match pattern
- match_pattern=" "
- match_pattern="/ "
- sed "s/.*$match_pattern/$match_pattern/" "diff.txt" > changed.txt
- echo "*** changed.txt ***"
- cat changed.txt