I was wondering how this looks. I am trying to create a script that will produce a text file that has a list of the files in the present working directory. How do you go about testing this script?
#!/bin/bash
#
# Matthew Smith# Comp230
ls >FILE.txt