Here is a simple thing i was working on
echo "please enter a command"
read x
$x
checkexitstatus()
{...}
checkexit
status is a ifloop created somewhere else just to check exit status
What i want to know is Is there any way that when i run the $x that it wont be displayed on the screen I want to know if it is possible without redirecting the output to a file