Is it possible to check a bash script syntax without executing it?
Using Perl, I can run perl -c 'script name'
, is there any equivalent command for bash scripts?
Thanks.
Is it possible to check a bash script syntax without executing it?
Using Perl, I can run perl -c 'script name'
, is there any equivalent command for bash scripts?
Thanks.