This is probably a pretty easy thing to do for someone more experienced. I basically want to be able to give a directory as a parameter and I want it to give me back a list of all files contained in ...
Sometimes it can be useful to list the contents of one or more directories in a text file, for example by creating a file catalog. Windows does not allow you to perform this operation from File ...
File names on Linux systems can be as long as 255 characters. While determining which files in a directory have the longest names might not be the most exciting task at hand, doing this with a script ...