What is Fi in if statement?
What is Fi in if statement? fi allows to make choice based on the success or failure of a command. For example, find out if file exists (true condition) or not (false condition) and take action based on a condition result. How do you write if else in shell script?Continue Reading