15 lines
245 B
Plaintext
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
|
|
|