{{Header}}
{{title|title=
Shell Scripting
}}
{{#seo:
|description=How to detect if a Command contains Shell Scripting
}}
{{unicode_mininav}}
{{intro|
How to detect if a Command contains Shell Scripting
}}
= Introduction =
{{stub}}
= How to detect if a Command contains Shell Scripting =
Non-exhaustive list.
* Any gpg
command that includes shell scripting such as
** a pipe symbol ("|
");
** |&
;
** <(
;
** if
; then
; fi
; while
;
** for
; do
; done
;
** case
; esac
;
** function
;
** {
; }
;
** &&
; ||
;
** &
;
** ;
;
** $(...)
;
** [ ]
; [[ ]]
;
** or any other sh
/ bash
keyword;
{{Footer}}
[[Category:Documentation]]