20 Shell Scripting Questions and Answers
What could possibly make the <cat filename> command return the following error?
--bash: cat: Command not found
Ans.
The command not found error occurs when either the PATH variable is corrupt or has some issue in configuration.
Hence, it’ll thro...
iujawaltiwari.hashnode.dev11 min read