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.
1 parent ccdedd3 commit a2568a5Copy full SHA for a2568a5
doc/Type/IO.pod6
@@ -316,7 +316,7 @@ C<False>.
316
Runs an external command without involving a shell (if possible).
317
318
run ‚touch‘, ‚>foo.txt‘; # no shell redirect (as there is no shell)
319
- shell ‚ls \>*‘; # the shell would redirect, hance the backslash and the glob is expanded
+ shell ‚ls \>*‘; # the shell would redirect, hence the backslash and the glob is expanded
320
run Q:w{rm >foo.txt}; # again no redirect but with a list word quote
321
# OUTPUT: «>foo.txt»
322
0 commit comments