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