Horje
bash if not Code Example
bash if not
if ! [ $(cat /etc/passwd | grep "sysa") ]; then
        echo "ERROR - The user sysa could not be looked up"
        exit 2
fi
bash if not
if [[a != b]]; then
	echo "a is not b"
else
	echo "a is the same as b"
fi




Shell

Related
renommer la branche main de git Code Example renommer la branche main de git Code Example
alternative to powershell on windows Code Example alternative to powershell on windows Code Example
change permissions for specific file types linux Code Example change permissions for specific file types linux Code Example
ubuntu setting network address Code Example ubuntu setting network address Code Example
reattach screen linux Code Example reattach screen linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9