We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell
1 parent 061178a commit f5f1dddCopy full SHA for f5f1ddd
doc/Type/IO.pod6
@@ -329,7 +329,9 @@ output.
329
330
Runs a command through the system shell. All shell meta characters are
331
interpreted by the shell, including pipes, redirects, environment variable
332
-substitutions and so on. See L<run|/type/IO#sub_run> if you don't want that.
+substitutions and so on. Shell escapes are a severe security concern and can
333
+cause confusion with unusual file names. Use L<run|/type/IO#sub_run> if you
334
+want to be safe.
335
336
The return value is of L<type Proc|/type/Proc>.
337
0 commit comments