Check if two strings are not equal to each other
Tests if two strings are not equal and returns an exit code of 0 if so.
Authored by: Sidratul MuntahaBrought to you by Warp, a free terminal reimagined to work like a modern app.
string_1
string_2
Command
Copy
[[ string_1 != string_2 ]]
Tags
Edit in GitHub
Copied