in reply to Re: Answer: How do I read all the file names of a directory into an array?
in thread How do I read all the file names of a directory into an array?
On the department's server, `ls` is aliased to `ls -F`. The -F option causes ls to add * to executables, / to directories, and @ to symbolic links. Useful when looking at a directory listing from the command prompt; not useful when getting a list of filenames within Perl.
|
|---|