I am wanting to list the Unix command to list all files (but NOT all data on the files) that are data files (the file name ends with .data) in the GRE50 directory, and put the list in file datafiles in the home directory. GRE50 is a subdirectory of the home directory.
ls GRE50/*.data > ~/datafiles
Does this look right?? Thanks!
ls GRE50/*.data > ~/datafiles
Does this look right?? Thanks!
Comment