Jordan Savant
// Software Architect
Programmer
//
Game Developer
//
Artist
Programmer
Game Developer
Artist
Home
// Operating Systems // Linux // Diff Strings
view raw
diff <(echo "$string1") <(echo "$string2") Example: diff <(echo "A") <(echo "B"); 1c1 < A --- > B