1 line
66 B
Perl
1 line
66 B
Perl
print "$_\n" for glob '* .*'; # If you want to include dot files
|
print "$_\n" for glob '* .*'; # If you want to include dot files
|