Files
2026-05-31 14:34:00 -04:00

15 lines
245 B
Plaintext

$ ./bin/ls data
empty.txt
FIRST.txt
pwd.txt
subdir
yat.txt
$ ./bin/head Makefile
#
# Simple Test Makefile
# Mike Lam, James Madison University, August 2016
#
# This version of the Makefile includes support for building a test suite. The
$ quit