Not able to use the nano and vim editor in the kodekloud engineer active practice lab environment, it is showing below error. while using the nano and vim editor command
-bash: nano: command not found
-bash: vim: command not found
Not able to use the nano and vim editor in the kodekloud engineer active practice lab environment, it is showing below error. while using the nano and vim editor command
-bash: nano: command not found
-bash: vim: command not found
Did you try to use vi?
vi is a standard text editor on Linux where as vim is an improved version of vi.