7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
|
$ ./bin/ls -l
|
||
|
|
./bin/ls: invalid option -- 'l'
|
||
|
|
$ ./bin/head -c 5 Makefile
|
||
|
|
./bin/head: invalid option -- 'c'
|
||
|
|
$ quit
|
||
|
|
|