Is there an editor for shell scripts? Or is there an online parser or something similar to that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Editor: VI 😉 Seriously, any simply text editor will do. You may want to choose one with some kind of decent syntax highlighting though (again, VI, emacs, etc.)
Parser: If you look for a way to validate your scripts without actually executing them, look into the
-n / noexecoption.