Search Results

Search: Posts Made By: steweston
151,464
Posted By steweston
if [$? -ne 0]
$? is the return code form a previous command or function
in unix, 0 is the standard return code for a successful completion

if [$? -ne 0]
The whole line means

'if the previous return code...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy