Unix/ls: Difference between revisions

Content deleted Content added
Added zkl
GP
Line 71:
a
b
 
=={{header|PARI/GP}}==
GP doesn't have this capability so we can either use the shell or PARI. For the latter see [[#C|C]]; for the former:
<lang parigp>system("dir/b/on")</lang>
in DOS/Windows or
<lang parigp>system("ls")</lang>
in *nix.
 
=={{header|Perl 6}}==